TableColumn Class
Represents a Table column. Supported in XLSX only.
- Inheritance:
- System.ObjectTableColumn
Properties
DataRange
Gets the column data range.
Property Value
Remarks
Property returns column range without header row and, if enabled, totals row.
Index
Gets the column index.
Property Value
- System.Int32
The column index.
Name
Gets or sets the column name.
Property Value
- System.String
The column name.
NameCore
Gets the column name without filling any value if it is null
Property Value
- System.String
The column name
Parent
Gets the parent Table.
Property Value
Range
Gets the column range.
Property Value
Remarks
Property returns complete column range which includes header row and, if enabled, totals row.
TotalsRowFormula
Gets or sets the totals row formula.
Property Value
- System.String
The totals row formula.
Exceptions
- System.InvalidOperationException
Parent table doesn't have totals row.
TotalsRowFunction
Gets or sets the totals row function.
public TotalsRowFunction TotalsRowFunction { get; set; }
Public Property TotalsRowFunction As TotalsRowFunction
Property Value
The totals row function.
Exceptions
- System.InvalidOperationException
Parent table doesn't have totals row.