Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableRowCollection Class / Insert Method / Insert(Int32) Method
The position where to insert the row or column.

In This Topic
    Insert(Int32) Method
    In This Topic
    Inserts a row or column into the containing RenderTable.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal position As Integer _
    ) 
    public void Insert( 
       int position
    )

    Parameters

    position
    The position where to insert the row or column.
    See Also