Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / FirstDisplayedTabIndex Property


In This Topic
    FirstDisplayedTabIndex Property (IExcelWorkbook)
    In This Topic
    Gets or sets the first index of the displayed tab.
    Syntax
    'Declaration
     
    Property FirstDisplayedTabIndex As Integer
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As Integer
     
    instance.FirstDisplayedTabIndex = value
     
    value = instance.FirstDisplayedTabIndex
    int FirstDisplayedTabIndex {get; set;}

    Property Value

    The first index of the displayed tab.
    See Also