[]
Adds new band to the end of the IBandCollection.
public IBand Add(string name)
Type | Name | Description |
---|---|---|
string | name | Banded column name. |
Type | Description |
---|---|
IBand | A new band if successful, otherwise - null. |
Adds new band to the end of the IBandCollection.
public IBand Add(Column column)
Type | Name | Description |
---|---|---|
Column | column | C1FlexGrid column prototype. |
Type | Description |
---|---|
IBand | A new band if successful, otherwise - null. |
Adds new band to the end of the IBandCollection.
public IBand Add(string name, string caption)
Type | Name | Description |
---|---|---|
string | name | Banded column name. |
string | caption | Band caption. |
Type | Description |
---|---|
IBand | A new band if successful, otherwise - null. |