Delete Method
Delete(int, int)
Deletes the cells of the table row(s) and shifts upward any remaining cells below the deleted row(s).
Declaration
void Delete(int position, int count)
Sub Delete(position As Integer, count As Integer)
Parameters
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).
|