Platforms to show: All Mac Windows Linux Cross-Platform
XLTableMBS class New in 25.2
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | XL | MBS XL Plugin | 25.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 12 properties
- property AutoFilter as XLAutoFilterMBS
- property Book as XLBookMBS
- property ColumnSize as Integer
- property Handle as Integer
- property Name as String
- property Ref as String
- property ShowColumnStripes as Boolean
- property ShowFirstColumn as Boolean
- property ShowLastColumn as Boolean
- property ShowRowStripes as Boolean
- property Style as Integer
- property ColumnName(columnIndex as Integer) as String
- method Constructor Private
This class has no sub classes.
Blog Entries
Release notes
- Version 25.2
- Added XLTableMBS class.
Some methods using this class:
- XLSheetMBS.AddTable(Name as String, rowFirst as Integer, rowLast as Integer, colFirst as Integer, colLast as Integer, hasHeaders as Boolean, tableStyle as Integer) as XLTableMBS
- XLSheetMBS.TableByIndex(index as Integer) as XLTableMBS
- XLSheetMBS.TableByName(Name as String) as XLTableMBS
Some related classes:
The items on this page are in the following plugins: MBS XL Plugin.
