Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISheet Interface / Previous Property


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