Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal view As SpreadView, _ ByVal text As String, _ ByVal row As Integer, _ ByVal column 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 showTip As Boolean Dim instance As New ScrollTipFetchEventArgs(view, text, row, column, showTip) |
C# | |
---|---|
public ScrollTipFetchEventArgs( SpreadView view, string text, int row, int column, bool showTip ) |
Parameters
- view
- View that is scrolled
- text
- Text in the scroll tip
- row
- New top row
- column
- New left column
- showTip
- Whether to show the scroll tip
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2