Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTabClickEventArgs Class / SheetTabIndex Property


In This Topic
SheetTabIndex Property (SheetTabClickEventArgs)
In This Topic
Gets the index of the sheet tab that is clicked.
Syntax
'Declaration
 
Public ReadOnly Property SheetTabIndex As Integer
 
'Usage
 
Dim instance As SheetTabClickEventArgs
Dim value As Integer
 
value = instance.SheetTabIndex
See Also