Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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 the new column. When a column is initailized without a column name parameter, this name is used as the default name.
    Syntax
    'Declaration
     
    
    Protected Const DEFAULT_COLUMN_NAME As String
    'Usage
     
    
    Dim value As String
     
    value = SpreadDataColumn.DEFAULT_COLUMN_NAME
    protected const string DEFAULT_COLUMN_NAME
    See Also