Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / Sheets Property


In This Topic
    Sheets Property (Workbook)
    In This Topic
    Gets a collection of Worksheet objects for this workbook.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sheets As WorksheetCollection
    'Usage
     
    Dim instance As Workbook
    Dim value As WorksheetCollection
     
    value = instance.Sheets
    public WorksheetCollection Sheets {get;}

    Property Value

    The collection of Worksheet objects for this workbook.
    See Also