nRowArea | (Long) Detecting the area of the table (see Areas in the table).
For now, only the value 1 can be entered = data area of the table (Body). It means deleting from the header area (Head) and footer (Foot) is not possible (it can only be set during the initialization phase by the InitRows method). |
---|---|
iRow | (Long) Row index (zero-based index).
-1 = Delete from the end. |
nCount | [optional] (Long) Number of rows (default: 1).
-1 = Delete all rows from selected row to the end. |
oTable.DeleteRow(1, 3, -1);