Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / ActiveSheetIndex Property


In This Topic
    ActiveSheetIndex Property (Workbook)
    In This Topic
    Gets or sets the index of the active sheet in the component.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public Property ActiveSheetIndex As Integer
    'Usage
     
    Dim instance As Workbook
    Dim value As Integer
     
    instance.ActiveSheetIndex = value
     
    value = instance.ActiveSheetIndex
    [DefaultValue(0)]
    public int ActiveSheetIndex {get; set;}

    Property Value

    The index of the active sheet.
    See Also