[]
Creates a new Spread data column (no name) where the data type of the column is string.
public SpreadDataColumn()
Public Sub New()
Creates a new Spread data column where the data type of the column is string.
public SpreadDataColumn(string columnName)
Public Sub New(columnName As String)
Type | Name | Description |
---|---|---|
string | columnName | Name of the column |
Creates a new Spread data column with the specified data type.
public SpreadDataColumn(string dataColumnName, Type columnDataType)
Public Sub New(dataColumnName As String, columnDataType As Type)
Type | Name | Description |
---|---|---|
string | dataColumnName | Name of the column |
Type | columnDataType | Type of the data |