Navigation:  Interfaces (Technical API Reference) > IWPTextCursor (Text creation and cursor positioning) > Methods >

IWPTextCursor.TableSplit

Previous pageReturn to chapter overviewNext page

Applies to

IWPTextCursor

Declaration

bool TableSplit(bool BeforeRow);

Description

Splits the table after or before the current row.

 

Example:

TextCursor.TableSplit(false);

TextCursor.ExitTable();

TextCursor.InputText("Text between tables");

Memo.ReformatAll(false, true);