Version

RVSchemaColumn Constructor

Creates a new schema column with the given name, label and data type
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal label As String, _
   ByVal type As RVSchemaColumnType _
)
public RVSchemaColumn( 
   string name,
   string label,
   RVSchemaColumnType type
)

Parameters

name
The name of the column
label
The label of the column as will be displayed in Reveal. If missing - the name of the column will be displayed
type
The data type of the column
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also