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.Sheet.SetRowPx
- XL.Sheet.SetRows
- XL.Sheet.SetTabColor
- XL.Sheet.SetTabColorRGB
- XL.Sheet.SetTopLeftView
- XL.Sheet.SetVCenter
- XL.Sheet.SetZoom
- XL.Sheet.TableSize
- XL.Sheet.Type
This function checks for a license.
Created 18th August 2014, last changed 19th April 2020