Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
ITableRows Interface
/
Add Method
/ Add(Int32) Method
Optional 0 based Integer. Specifies the relative position of the new row.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Add(Int32) Method
In This Topic
Adds a new row to the table object. Returns the
ITableRow
object.
Syntax
C#
ITableRow
Add( System.
int
position
)
Parameters
position
Optional 0 based Integer. Specifies the relative position of the new row.
Return Value
Returns
ITableRow
The new row.
See Also
Reference
ITableRows Interface
ITableRows Members
Overload List