Table
Overview
Table is a type in Aspose.Cells FOSS for Go.
Table represents a structured range of data (a “table” in Excel terminology) with optional header row and built-in auto-filter.
Properties: HasHeaderRow, Name, Range, StyleName.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets the name. |
Range | string | Read/Write | Gets the range. |
HasHeaderRow | bool | Read/Write | Gets the has header row. |
StyleName | string | Read/Write | Gets the style name. |