Overload | Description |
---|---|
SpreadDataColumn Constructor() | Creates a new Spread data column (no name) where the data type of the column is string. |
SpreadDataColumn Constructor(String) | Creates a new Spread data column where the data type of the column is string. |
SpreadDataColumn Constructor(String,Type) | Creates a new Spread data column with the specified data type. |