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