Selection.SplitTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts an empty paragraph above the first row in the selection.
public:
void SplitTable();
public void SplitTable ();
abstract member SplitTable : unit -> unit
Public Sub SplitTable ()
Remarks
If the selection isn't in the first row of the table, the table is split into two tables.
If the selection isn't in a table, an error occurs.