Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Previous Property


In This Topic
    Previous Property (Worksheet)
    In This Topic
    Gets a Worksheet that represents the previous sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Previous As Worksheet
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Worksheet
     
    value = instance.Previous
    public Worksheet Previous {get;}

    Property Value

    A Worksheet that represents the previous sheet; null if the current worksheet is the first sheet in the workbook.
    See Also