Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageColumnDefCollection Class / Insert Method
The index at which to insert the specified PageColumnDef.
The column definition to insert.

In This Topic
    Insert Method (PageColumnDefCollection)
    In This Topic
    Inserts a PageColumnDef into the current collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal pageColumnDef As PageColumnDef _
    ) 
    public void Insert( 
       int index,
       PageColumnDef pageColumnDef
    )

    Parameters

    index
    The index at which to insert the specified PageColumnDef.
    pageColumnDef
    The column definition to insert.
    See Also