Adds a new row to the table.
Height - specifies the row height.
InsertAfter is an optional 1-based index of a row
after which the new row will be inserted.
If set to -1 or omitted, the row is appended to the end of the table.
If set to 0, the row is added to the beginning of the table.