Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ActiveSheetIndex Property


In This Topic
    ActiveSheetIndex Property (Workbook)
    In This Topic
    Gets the active sheet index (the sheet on top).
    Syntax
    'Declaration
     
    
    Public Overridable Property ActiveSheetIndex As Integer
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Integer
     
    instance.ActiveSheetIndex = value
     
    value = instance.ActiveSheetIndex
    public virtual int ActiveSheetIndex {get; set;}

    Property Value

    The active sheet index (the sheet on top); -1 if no sheet is active.
    See Also