[]
Deletes the cells of the table row(s) and shifts upward any remaining cells below the deleted row(s).
void Delete(int position, int count)
Sub Delete(position As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | position | 0 based Integer. Specifies the relative position of the deleted row(s). |
int | count | Specifies the count of the deleted row(s). |