Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal view As SpreadView, _ ByVal text As String, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal wrapText As Boolean, _ ByVal width As Integer, _ ByVal showTip As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim view As SpreadView Dim text As String Dim row As Integer Dim column As Integer Dim wrapText As Boolean Dim width As Integer Dim showTip As Boolean Dim instance As New TextTipFetchEventArgs(view, text, row, column, wrapText, width, showTip) |
C# | |
---|---|
public TextTipFetchEventArgs( SpreadView view, string text, int row, int column, bool wrapText, int width, bool showTip ) |
Parameters
- view
- View that contains the cell that is clicked
- text
- Text in the text tip
- row
- Row index of the cell that is clicked
- column
- Column index of the cell that is clicked
- wrapText
- Whether the text tip or cell note should wrap for multiple lines
- width
- Width of the text tip or cell note
- showTip
- Whether to show the text tip or cell note
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8