Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITableRows Interface / add Method / add(int) Method
0 based Integer. Specifies the relative position of the new row.
In This Topic
    add(int) Method
    In This Topic
    Adds a new row to the table object. Returns the ITableRow object.
    Syntax
    ITableRow add( 
       int position
    )

    Parameters

    position
    0 based Integer. Specifies the relative position of the new row.
    See Also