API Reference
Class
ExcelTableColumnInfo
Represents a column inside an Excel table.
Inheritance
- Object
- ExcelTableColumnInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelTableInfo.Columns
Constructors
public ExcelTableColumnInfo(Int32 index, String name, String totalsRowFunction = null) #Initializes a new instance of the ExcelTableColumnInfo class.
Parameters
- index System.Int32
- 1-based column index inside the table.
- name System.String
- Column name.
- totalsRowFunction System.String = null
- Totals row function name, when one is assigned.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object