[]
Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.
bool Delete(int count = 1)
Function Delete(Optional count As Integer = 1) As Boolean
Type | Name | Description |
---|---|---|
int | count | The total number of removed rows. |
Type | Description |
---|---|
bool |
|