| MergeTable | |
![]() 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
Sub MergeTable (aTable As rtTable) Appends table object in parameter to this table. The number of columns in resulting table is equal to largest in this table or parameter. In case number of columns does not match, the narrower table gets appended empty cells. The appended cells by default are empty and has no border or background. The length of resulting table may not exceed 255 rows. If number of rows in both tables exceed this number the table is truncated at 255 rows. |