Click or drag to resize

XlsWorkbook Worksheets Property

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

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

Property Value

Type: IWorksheets

Implements

IWorkbook Worksheets
See Also