[]
Adds a GridRow to the list.
public int Add(GridRow value)
Type | Name | Description |
---|---|---|
GridRow | value | The GridRow to add to the list. |
Type | Description |
---|---|
int | The index of the new row in the list. |
Adds a new GridRow to the list.
public int Add()
Type | Description |
---|---|
int | The index of the new row in the list. |