Spread.Services Documentation
Add Method (ITableRows)
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
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