Spread Silverlight Documentation
Worksheets Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : Worksheets Property
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

Reference

ExcelWorkbook Class
ExcelWorkbook Members