[]
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.
protected const string DEFAULT_COLUMN_NAME = "Column"
Protected Const DEFAULT_COLUMN_NAME As String = "Column"
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. |