Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / Worksheets Property


In This Topic
    Worksheets Property (ExcelWorkbook)
    In This Topic
    Get an ExcelWorksheet collection that represents all the worksheets in the workbook.
    Syntax
    'Declaration
     
    Public ReadOnly Property Worksheets As ExcelWorksheetCollection
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As ExcelWorksheetCollection
     
    value = instance.Worksheets
    public ExcelWorksheetCollection Worksheets {get;}

    Property Value

    A ExcelWorksheet collection that represents all the worksheets in the workbook.
    See Also