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


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

    Property Value

    The index of the active sheet.
    See Also