GemBox.Spreadsheet.Tables Namespace
Contains types that constitute model of Tables. Tables make managing and analyzing a group of related data easier. GemBox.Spreadsheet, currently, supports reading and writing Tables to XLSX format only.
Classes
Table | Represents a worksheet table. Supported in XLSX only. |
TableAlternativeText | Represents alternative, text-based representation of the information contained in the parent Table. |
TableCollection | A collection of Table items. Supported in XLSX only. |
TableColumn | Represents a Table column. Supported in XLSX only. |
TableColumnCollection | A collection of TableColumn items. Supported in XLSX only. |
TableRow | Represents a Table row. Supported in XLSX only. |
TableRowCollection | Represents a collection of Table rows, not including header and, if enabled, totals row. Supported in XLSX only. |
Enums
BuiltInTableStyleName | Represents a Table built-in styles. |
TableStyleOptions | Specifies which options are applied to a Table style. |
TotalsRowFunction | Total row functions. |