[]
        
(Showing Draft Content)

C1.C1Preview.PageColumnDefCollection.Insert

Insert Method

Insert(int, PageColumnDef)

Inserts a PageColumnDef into the current collection.

Declaration
public void Insert(int index, PageColumnDef pageColumnDef)
Parameters
Type Name Description
int index

The index at which to insert the specified PageColumnDef.

PageColumnDef pageColumnDef

The column definition to insert.