Add Method
Add(C1TreeColumn)
Adds the new column of tree to the collection.
Declaration
public void Add(C1TreeColumn treeColumn)
Public Sub Add(treeColumn As C1TreeColumn)
Parameters
Add(string)
Adds the new column of tree with specified name to the collection.
Declaration
public C1TreeColumn Add(string name)
Public Function Add(name As String) As C1TreeColumn
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns
Add(string, string)
Adds the new column of tree with specified name and display field name to the collection.
Declaration
public C1TreeColumn Add(string name, string displayFieldName)
Public Function Add(name As String, displayFieldName As String) As C1TreeColumn
Parameters
Returns
Add(string, string, string)
Adds the new column of tree to the collection.
Declaration
public C1TreeColumn Add(string name, string displayFieldName, string headerText)
Public Function Add(name As String, displayFieldName As String, headerText As String) As C1TreeColumn
Parameters
Returns