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


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

    Property Value

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