Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / Worksheets Property


In This Topic
    Worksheets Property (IExcelWorkbook)
    In This Topic
    Gets the collection of IExcelWorksheet of the workbook.
    Syntax
    'Declaration
     
    ReadOnly Property Worksheets As ExcelWorksheetCollection
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As ExcelWorksheetCollection
     
    value = instance.Worksheets
    ExcelWorksheetCollection Worksheets {get;}

    Property Value

    An ExcelWorksheetCollection represents all IExcelWorksheet instances used in the workbook
    See Also