Property TWPTableRowStyle.ThisRowStyle : TWPTableRowStyle

Unit: WPRTEDefs
Class: WPRTEDefs.TWPTableRowStyle

Description

Use this property in a with clause: with CreateRow(nil,true) do begin InputCell.SetText('Cell 1'); InputCell.SetText('Cell 2'); EndRow(ThisRowStyle) end;