[]
Adds a new row to the table object. Returns the ITableRow object.
ITableRow Add(int position = -1)
Function Add(Optional position As Integer = -1) As ITableRow
Type | Name | Description |
---|---|---|
int | position | Optional 0 based Integer. Specifies the relative position of the new row. |
Adds new row(s) to the table object.
void Add(int position, int count)
Sub Add(position As Integer, count As Integer)