[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableRow.Delete

Delete Method

Delete(int)

Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.

Declaration
bool Delete(int count = 1)
Function Delete(Optional count As Integer = 1) As Boolean
Parameters
Type Name Description
int count

The total number of removed rows.

Returns
Type Description
bool

true if the table row is removed, false otherwise.