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


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