var instance = new GC.Spread.Sheets.Tables.TableColumn(id, dataField, name, formatter, cellType, value);
function TableColumn;
var instance = new GC.Spread.Sheets.Tables.TableColumn(id, dataField, name, formatter, cellType, value);
function TableColumn;
Object
GC.Spread.Sheets.Tables.TableColumn
Name | Description | |
---|---|---|
![]() | TableColumn Constructor | Represents the table column information. |
Name | Description | |
---|---|---|
![]() | cellType | Gets or sets the table column cellType for custom cell type. |
![]() | dataField | Gets or sets the table column data field for accessing the table's data source. |
![]() | formatter | Gets or sets the table column formatter for format display value. |
![]() | id | Gets or sets the table column ID. |
![]() | name | Gets or sets the table column name for display. |
![]() | value | Gets or sets the table column value convert function for display value. |