[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataColumn.-ctor

SpreadDataColumn Constructor

SpreadDataColumn()

Creates a new Spread data column (no name) where the data type of the column is string.

Declaration
public SpreadDataColumn()
Public Sub New()

SpreadDataColumn(string)

Creates a new Spread data column where the data type of the column is string.

Declaration
public SpreadDataColumn(string columnName)
Public Sub New(columnName As String)
Parameters
Type Name Description
string columnName

Name of the column

SpreadDataColumn(string, Type)

Creates a new Spread data column with the specified data type.

Declaration
public SpreadDataColumn(string dataColumnName, Type columnDataType)
Public Sub New(dataColumnName As String, columnDataType As Type)
Parameters
Type Name Description
string dataColumnName

Name of the column

Type columnDataType

Type of the data