Selection.SplitTable Method

Definition

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.

Applies to