[]
Represents the event data for the TextTipFetch event for the Spread component, which occurs when the text tip is being fetched.
public class TextTipFetchEventArgs : EventArgs
Public Class TextTipFetchEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool) | Creates a new object with the TextTipFetch event arguments. |
| TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool, bool, bool, bool) | Creates a new object with the TextTipFetch event arguments. |
| TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool, bool, bool, bool, bool) | Creates a new object with the TextTipFetch event arguments. |
| Name | Description |
|---|---|
| Column | Gets the column index of the cell that is clicked. |
| ColumnFooter | Gets whether the cell is in the column footer. |
| ColumnHeader | Gets whether the cell is in the column headers. |
| FetchCellNote | Gets whether to fetch the cell note. |
| Row | Gets the row index of the cell that is clicked. |
| RowHeader | Gets whether the cell is in the row headers. |
| ShowTip | Gets or sets whether to show the text tip or show the cell note as a tip window. |
| TipText | Gets or sets the text in the text tip. |
| TipWidth | Gets or sets the width of the text tip or cell note. |
| View | Gets the view that contains the cell that is clicked. |
| WrapText | Gets or sets whether the text tip or cell note should wrap for multiple lines. |