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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.