Table.Split(Object) Method

Definition

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.

public:
 Microsoft::Office::Interop::Word::Table ^ Split(System::Object ^ % BeforeRow);
public Microsoft.Office.Interop.Word.Table Split (ref object BeforeRow);
abstract member Split : obj -> Microsoft.Office.Interop.Word.Table
Public Function Split (ByRef BeforeRow As Object) As Table

Parameters

BeforeRow
Object

Required Object. The row that the table is to be split before. Can be a row number or a Row object.

Returns

Applies to