Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
XL.Table.GetShowLastColumn
Queries whether the last column in the table should have the style applied.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 15.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.Table.GetShowLastColumn"; BookRef; SheetIndex; TableIndex ) More
Parameters
Parameter | Description | Example |
---|---|---|
BookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $ref |
SheetIndex | The index of the sheet. This number ranges from 0 to XL.Book.SheetCount-1. | 0 |
TableIndex | The name of the table or the zero based index. | 0 |
Result
Returns 0, 1 or error.
Description
Queries whether the last column in the table should have the style applied.See also
- XL.Book.SheetCount
- XL.LoadBook
- XL.Table.GetShowFirstColumn
- XL.Table.SetShowFirstColumn
- XL.Table.SetShowLastColumn
This function checks for a license.
Created 5th April 2025, last changed 5th April 2025
