Click or drag to resize

WorkbookWorksheets Property

Returns a Sheets collection that represents all the worksheets in the specified workbook. Read-only Sheets object.

Namespace:  Spire.Xls
Assembly:  Spire.XLS (in Spire.XLS.dll) Version: 11.9.3.0 (11.9.3.5040)
Syntax
public WorksheetsCollection Worksheets { get; }

Property Value

Type: WorksheetsCollection
See Also