Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
XL.Book.SheetCount
Queries how many sheets are part of the workbook.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.Book.SheetCount"; BookRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
BookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $ref |
Result
Returns number of sheets.
Description
Queries how many sheets are part of the workbook.Examples
Query sheet count:
Set Variable [ $SheetCount; Value: MBS( "XL.Book.SheetCount"; $book ) ]
See also
- XL.Book.FontCount
- XL.Book.FormatCount
- XL.Table.GetShowRowStripes
- XL.Table.GetStyle
- XL.Table.SetColumnName
- XL.Table.SetRef
- XL.Table.SetShowColumnStripes
- XL.Table.SetShowFirstColumn
- XL.Table.SetShowLastColumn
- XL.Table.SetShowRowStripes
This function checks for a license.
Created 18th August 2014, last changed 19th April 2020
