C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / PageColumnDefCollection Class / Add Method / Add(PageColumnDef) Method
The PageColumnDef to add.

In This Topic
Add(PageColumnDef) Method
In This Topic
Adds a PageColumnDef to the current collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal pageColumnDef As PageColumnDef _
) As Integer
 

Parameters

pageColumnDef
The PageColumnDef to add.

Return Value

The index of the added PageColumnDef in the current collection.
See Also