Table.Split Method (Word)
Inserts an empty paragraph immediately above the specified row in the table, and returns a Table object that contains both the specified row and the rows that follow it.
Syntax
expression .Split(BeforeRow)
expression Required. A variable that represents a Table object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
BeforeRow |
Required |
Variant |
The row that the table is to be split before. Can be a row number or a Row object. |
Return Value
Table