IWPTextCursor.TableSplit

[Top]  [Chapter]  [Previous]  [Next]

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);


[iwptextcursor_tablesplit.htm]    Copyright © 2007 by WPCubed GmbH