Overload | Description |
---|---|
add() | Adds a new row to the table object. Returns the ITableRow object. |
add(int) | Adds a new row to the table object. Returns the ITableRow object. |
add(int,int) | Adds new row(s) to the table object. |
Overload | Description |
---|---|
add() | Adds a new row to the table object. Returns the ITableRow object. |
add(int) | Adds a new row to the table object. Returns the ITableRow object. |
add(int,int) | Adds new row(s) to the table object. |