RemoveRow (NotesRichTextTable - LotusScript®)
Removes rows from a table.
Defined in
Syntax
Call notesRichTextTable .RemoveRow( [count%] [, targetrow%] )
Parameters
count%
Integer. Optional. Number of rows to remove. Defaults to 1.
targetrow%
Integer. Optional. Starting row in the remove operation, where 1 is the first row. Defaults to the last row.