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


In This Topic
    StartSheetIndex Property (Workbook)
    In This Topic
    Gets or sets the index of the start sheet of the Workbook
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public Property StartSheetIndex As Integer
    'Usage
     
    Dim instance As Workbook
    Dim value As Integer
     
    instance.StartSheetIndex = value
     
    value = instance.StartSheetIndex
    [DefaultValue(-1)]
    public int StartSheetIndex {get; set;}
    See Also