Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableRowCollection Class / Insert Method / Insert(Int32,Int32) Method
The position where to insert rows or columns.
The number of rows or columns to insert.

In This Topic
    Insert(Int32,Int32) Method
    In This Topic
    Inserts a range of rows or columns into the containing RenderTable.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal position As Integer, _
       ByVal count As Integer _
    ) 
    public void Insert( 
       int position,
       int count
    )

    Parameters

    position
    The position where to insert rows or columns.
    count
    The number of rows or columns to insert.
    See Also