Click or drag to resize

Workbook Worksheets 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: 15.4.0.0 (15.4.0.5046)
Syntax
public WorksheetsCollection Worksheets { get; }

Property Value

Type: WorksheetsCollection
See Also