Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableRow Interface / Delete Method
The total number of removed rows.


In This Topic
    Delete Method (ITableRow)
    In This Topic
    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