[]
Creates a new object with the TextTipFetch event arguments.
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)
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 |
Creates a new object with the TextTipFetch event arguments.
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)
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 |
Creates a new object with the TextTipFetch event arguments.
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)
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 |