[]
Adds a row to an unbound grid.
public override int AddRow(string data)
| Type | Name | Description |
|---|---|---|
| string | data | The data used to populate the new row. Column data is delimited by ';' char. |
| Type | Description |
|---|---|
| int | The index of the row that was added. |
Adds a row to an unbound grid.
public override int AddRow(string data, char separator)
| Type | Name | Description |
|---|---|---|
| string | data | The data used to populate the new row. |
| char | separator | Character used to separate the data fields. |
| Type | Description |
|---|---|
| int | The index of the row that was added. |