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


In This Topic
    FirstSheet Property
    In This Topic
    Specifies the index to the first sheet in this book view.
    Syntax
    'Declaration
     
    
    Public Property FirstSheet As Integer
    'Usage
     
    
    Dim instance As Workbook
    Dim value As Integer
     
    instance.FirstSheet = value
     
    value = instance.FirstSheet
    public int FirstSheet {get; set;}

    Property Value

    The default value for this attribute is 0.
    See Also