Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / Sheets Property


In This Topic
    Sheets Property (IWorkbook)
    In This Topic
    Gets the ISheets collection that represents all the sheets in the specified workbook.
    Syntax
    'Declaration
     
    
    ReadOnly Property Sheets As ISheets
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As ISheets
     
    value = instance.Sheets
    ISheets Sheets {get;}
    See Also