Overload | Description |
---|---|
InsertRow() | Inserts a Row at the end of this Table. |
InsertRow(Row,Boolean) | Inserts a copy of the provided Row at the end of this Table, and optionally keep the same formatting as the original Row. |
InsertRow(Int32) | Inserts a Row at a specific location in this Table. |
InsertRow(Row,Int32,Boolean) | Inserts a copy of the provided Row at a specific location in this Table, and optionally keep the same formatting as the original Row. |