Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / 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
    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( 
       int position,
       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