Spread Windows Forms 15.0
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
    public int SheetTabIndex {get;}
    See Also