[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TextTipFetchEventArgs.-ctor

TextTipFetchEventArgs Constructor

TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool)

Creates a new object with the TextTipFetch event arguments.

Declaration
public TextTipFetchEventArgs(SpreadView view, string text, int row, int column, bool wrapText, int width, bool showTip)
Public Sub New(view As SpreadView, text As String, row As Integer, column As Integer, wrapText As Boolean, width As Integer, showTip As Boolean)
Parameters
Type Name Description
SpreadView view

View that contains the cell that is clicked

string text

Text in the text tip

int row

Row index of the cell that is clicked

int column

Column index of the cell that is clicked

bool wrapText

Whether the text tip or cell note should wrap for multiple lines

int width

Width of the text tip or cell note

bool showTip

Whether to show the text tip or cell note

TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool, bool, bool, bool)

Creates a new object with the TextTipFetch event arguments.

Declaration
public TextTipFetchEventArgs(SpreadView view, string text, int row, int column, bool wrapText, int width, bool showTip, bool rowHeader, bool columnHeader, bool fetchCellNote)
Public Sub New(view As SpreadView, text As String, row As Integer, column As Integer, wrapText As Boolean, width As Integer, showTip As Boolean, rowHeader As Boolean, columnHeader As Boolean, fetchCellNote As Boolean)
Parameters
Type Name Description
SpreadView view

View that contains the cell that is clicked

string text

Text in the text tip

int row

Row index of the cell that is clicked

int column

Column index of the cell that is clicked

bool wrapText

Whether the text tip or cell note should wrap for multiple lines

int width

Width of the text tip or cell note

bool showTip

Whether to show the text tip or cell note

bool rowHeader

Whether the cell is in the row headers

bool columnHeader

Whether the cell is in the column headers

bool fetchCellNote

Whether to display the cell note

TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool, bool, bool, bool, bool)

Creates a new object with the TextTipFetch event arguments.

Declaration
public TextTipFetchEventArgs(SpreadView view, string text, int row, int column, bool wrapText, int width, bool showTip, bool rowHeader, bool columnHeader, bool columnFooter, bool fetchCellNote)
Public Sub New(view As SpreadView, text As String, row As Integer, column As Integer, wrapText As Boolean, width As Integer, showTip As Boolean, rowHeader As Boolean, columnHeader As Boolean, columnFooter As Boolean, fetchCellNote As Boolean)
Parameters
Type Name Description
SpreadView view

View that contains the cell that is clicked

string text

Text in the text tip

int row

Row index of the cell that is clicked

int column

Column index of the cell that is clicked

bool wrapText

Whether the text tip or cell note should wrap for multiple lines

int width

Width of the text tip or cell note

bool showTip

Whether to show the text tip or cell note

bool rowHeader

Whether the cell is in the row headers

bool columnHeader

Whether the cell is in the column headers

bool columnFooter

Whether the cell is in the column footers

bool fetchCellNote

Whether to display the cell note