Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableRows Interface / Add Method / Add(Int32,Int32) Method
0 based Integer. Specifies the relative position of the new row(s).
Specifies the count of the new row(s).
In This Topic
    Add(Int32,Int32) Method
    In This Topic
    Adds new row(s) to the table object.
    Syntax
    void Add( 
       System.int position,
       System.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