com.grapecity.documents.excel Package / ITableRows Interface / add Method / add(int,int) Method
0 based Integer. Specifies the relative position of the new row(s).
Specifies the count of the new row(s).
In This Topic
add(int,int) Method
In This Topic
Adds new row(s) to the table object.
Syntax
void add( 
   int position,
   int count
)

Parameters

position
0 based Integer. Specifies the relative position of the new row(s).
count
Specifies the count of the new row(s).
See Also