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


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