[]
Adds a row to the data model after the last row.
public void AddRow()
Public Sub AddRow()
Adds a row to the data model at the specified position.
public void AddRow(int row)
Public Sub AddRow(row As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index at which to add a new row |