[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataColumn.DEFAULT_COLUMN_NAME

DEFAULT_COLUMN_NAME Field

This is the default name of the new column. When a column is initailized without a column name parameter, this name is used as the default name.

Namespace: FarPoint.Web.Spread.Data
Assembly: FarPoint.Web.Spread.dll
Syntax
protected const string DEFAULT_COLUMN_NAME = "Column"
Protected Const DEFAULT_COLUMN_NAME As String = "Column"
Returns
Type Description
string This is the default name of the new column. When a column is initailized without a column name parameter, this name is used as the default name.