Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / Sheets Property


In This Topic
    Sheets Property (Workbook)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sheets As ISheets
    'Usage
     
    
    Dim instance As Workbook
    Dim value As ISheets
     
    value = instance.Sheets
    public ISheets Sheets {get;}
    See Also