| | InsertRow | |
rtTable BeginInsert BorderStyle As rtBorderStyle Cells As rtCell ColumnCount Columns As rtColumn ColumnSpacing dropShadow Flags HTML HTMLStyle As rtHtmlStyle ID LayoutStyle As rtTableStyle parentParagraph Parent ParentContainer ParentObject root RowCount RowDisplayStyle As rtRowDisplayStyle Rows As rtRow RowSpacing Style TableID useBorderColor Values
| version 1.5
Function InsertRow (r As Integer) As rtRow method inserts an empty row. In order to insert a blank row at the top, use: set row = rtTableObject.InsertRow (1) There can be no more than 255 rows in the table. | |