[]
Adds an GridColumn to the list.
public int Add(GridColumn value)
| Type | Name | Description |
|---|---|---|
| GridColumn | value | GridColumn to add to the list. |
| Type | Description |
|---|---|
| int | The index of the new grid column in the list. |
Adds an GridColumn to the list.
public int Add()
| Type | Description |
|---|---|
| int | The index of the new grid column in the list. |