IWorkbook
TabSheets Property
|
Returns collection of tab sheets. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ITabSheets TabSheets { get; }
ReadOnly Property TabSheets As ITabSheets
Get
property ITabSheets^ TabSheets {
ITabSheets^ get ();
}
abstract TabSheets : ITabSheets with get
Property Value
Type:
ITabSheets
See Also