C1.WPF.PrintDocument.4.6.2 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 _
) 
 

Parameters

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