Add()
|
none
|
Creates a new column with the default settings and adds it to the collection.
|
Add(ListBoxColumn)
|
column
|
Adds the specified column to the end of an editor’s column collection.
|
Add(String, String, Unit)
|
fieldName, caption, width
|
Creates a new column with the specified settings and adds it to the collection.
|
Add(String, String)
|
fieldName, caption
|
Creates a new column with the specified settings and adds it to the collection.
|
Add(String)
|
fieldName
|
Creates a new column with the specified setting and adds it to the collection.
|