Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTabDoubleClickEventArgs Class / SheetTabIndex Property


In This Topic
    SheetTabIndex Property (SheetTabDoubleClickEventArgs)
    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 SheetTabDoubleClickEventArgs
    Dim value As Integer
     
    value = instance.SheetTabIndex
    public int SheetTabIndex {get;}
    See Also