Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableRows Interface / Delete Method
0 based Integer. Specifies the relative position of the deleted row(s).
Specifies the count of the deleted row(s).
In This Topic
    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 position,
       System.int count
    )

    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