Inserts a PageColumnDef into the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Insert(
	int index,
	PageColumnDef pageColumnDef
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	pageColumnDef As PageColumnDef _
)

Parameters

index
Type: System..::..Int32
The index at which to insert the specified PageColumnDef.
pageColumnDef
Type: C1.C1Preview..::..PageColumnDef
The column definition to insert.

See Also