| 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 number for the workbook. | $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.FormatCount
- XL.Book.SheetName
- XL.Table.GetStyle
- XL.Table.SetColumnName
- XL.Table.SetName
- XL.Table.SetShowColumnStripes
- XL.Table.SetShowFirstColumn
- XL.Table.SetShowLastColumn
- XL.Table.SetShowRowStripes
- XL.Table.SetStyle
Example Databases
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 19th April 2020