Function TParagraph.SplitRow(mode:TWPSplitRowMode) : TParagraph

Unit: WPRTEDefs
Class: WPRTEDefs.TParagraph

Parameters

Returns

The type of the result value is TParagraph.

Description

Move the rest of the current row into a new row underneath Insert FillerCell at start if exising in current
wpDontCopyIndentCells=If exising row has indents, those will be copied
wpAddIndentCell= Creates an indent cell in next row
wpOnlyMoveOneCell= Only moves this cell
wpAppendToNextRow= Cell or Cells are appended to next row
wpPrependToNextRow= Cell or Cells are moved in front of next row
Returns the newly create paragraph.