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

NameTypeAccessDescription
NamestringRead/WriteGets the name.
RangestringRead/WriteGets the range.
HasHeaderRowboolRead/WriteGets the has header row.
StyleNamestringRead/WriteGets the style name.

See Also