Delete Method (ITableRows)
In This Topic
Deletes the cells of the table row(s) and shifts upward any remaining cells below the deleted row(s).
Syntax
void Delete(
System.int ,
System.int
)
Parameters
- position
- 0 based Integer. Specifies the relative position of the deleted row(s).
- count
- Specifies the count of the deleted row(s).
See Also