Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTabClickEventArgs Class / SheetTabClickEventArgs Constructor
Index of the sheet tab that was clicked


In This Topic
SheetTabClickEventArgs Constructor
In This Topic
Creates a new object with the SheetTabClick event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetTabIndex As Integer _
)
 
'Usage
 
Dim sheetTabIndex As Integer
 
Dim instance As New SheetTabClickEventArgs(sheetTabIndex)

Parameters

sheetTabIndex
Index of the sheet tab that was clicked
See Also