Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumn Class / DEFAULT_COLUMN_NAME Field


In This Topic
DEFAULT_COLUMN_NAME Field
In This Topic
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. This field is constant and read-only.
Syntax
'Declaration
 
Protected Const DEFAULT_COLUMN_NAME As String
 
'Usage
 
Dim value As String
 
value = SpreadDataColumn.DEFAULT_COLUMN_NAME
See Also