Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts an empty paragraph above the first row in the selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SplitTable
'Usage
Dim instance As Selection
instance.SplitTable()
void 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.