Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Next Property


In This Topic
    Next Property (IChart)
    In This Topic
    Gets an GrapeCity.Spreadsheet.ISheet object that represents the next sheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Next As ISheet
    'Usage
     
    
    Dim instance As IChart
    Dim value As ISheet
     
    value = instance.Next
    ISheet Next {get;}
    See Also