Click or drag to resize

IWorkbook Worksheets Property

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

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IWorksheets Worksheets { get; }

Property Value

Type: IWorksheets
See Also