Document Solutions for Excel, Java Edition | Document Solutions
Document Solutions for Excel, Java Edition | Document Solutions
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).
Collapse All
Expand All
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
Reference
ITableRows Interface
ITableRows Members
Overload List