Spread Windows Forms 12.0 Product Documentation
Delete Method (ITableRow)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableRow Interface : Delete Method
The total number of removed rows.
Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.
Syntax
'Declaration
 
Function Delete( _
   Optional ByVal count As Integer _
) As Boolean
'Usage
 
Dim instance As ITableRow
Dim count As Integer
Dim value As Boolean
 
value = instance.Delete(count)
bool Delete( 
   int count
)

Parameters

count
The total number of removed rows.

Return Value

true if the table row is removed, false otherwise.
See Also

Reference

ITableRow Interface
ITableRow Members