Spread.Services Documentation
Add Method (ITableRows)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
GrapeCity.Documents.Spread Namespace
>
ITableRows Interface
: Add Method
Optional Integer. Specifies the relative position of the new row.
Adds a new row to the table object. Returns the
ITableRow
object.
Syntax
C#
ITableRow
Add( System.
int
position
)
Parameters
position
Optional Integer. Specifies the relative position of the new row.
Return Value
Returns
ITableRow
See Also
Reference
ITableRows Interface
ITableRows Members