[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataColumn.DEFAULT_COLUMN_NAME

DEFAULT_COLUMN_NAME Field

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

Namespace: FarPoint.Win.Spread.Data
Assembly: FarPoint.Win.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 new column. When a column is initailized without column name parameter, this name is used as the default name.