Initializes a new instance of the Column class.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Column( string id, string label ) |
Visual Basic |
---|
Public Sub New ( id As String, label As String ) |
Visual C++ |
---|
public: Column( String^ id, String^ label ) |
F# |
---|
new : id : string * label : string -> Column |
Parameters
- id
- Type: System..::..String
The column identifier.
- label
- Type: System..::..String
The column label.