Click or drag to resize

XlsWorkbook TabSheets Property

Returns collection with all tabsheets in the workbook. Read-only.

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

Property Value

Type: ITabSheets

Implements

IWorkbook TabSheets
See Also