Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / ActiveSheetIndex Property


In This Topic
    ActiveSheetIndex Property (GcSpreadSheet)
    In This Topic
    Gets or sets the index of the active sheet in the GrapeCity.Windows.SpreadSheet.UI.GcSpread control.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(0)>
    Public Property ActiveSheetIndex As Integer
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Integer
     
    instance.ActiveSheetIndex = value
     
    value = instance.ActiveSheetIndex
    [Category("Spread Workbook")]
    [DefaultValue(0)]
    public int ActiveSheetIndex {get; set;}
    See Also