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


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