Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI 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;}

    Property Value

    The index of the sheet tab that is clicked.
    See Also