Function TParagraph.CreateRow(AfterRow:TParagraph; AppendAtEnd:Boolean) : TWPTableRowStyle

Unit: WPRTEDefs
Class: WPRTEDefs.TParagraph

Parameters

Returns

The type of the result value is TWPTableRowStyle.

Description

This function creates a new row in a table. Using the parameter 'BeforeRow' You can specify where the row should be created. If the parameter is nil the row will be appended to the end. The function returns an instance of the TWPTableRowStyle class which can be used to modify the table cells before they are created