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.
In This Topic
    Add(Int32) Method
    In This Topic
    Adds a new row to the table object. Returns the ITableRow object.
    Syntax
    ITableRow Add( 
       System.int position
    )

    Parameters

    position
    Optional 0 based Integer. Specifies the relative position of the new row.

    Return Value

    Returns ITableRowThe new row
    See Also