PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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
    public int Add( 
       PageColumnDef pageColumnDef
    )

    Parameters

    pageColumnDef
    The PageColumnDef to add.

    Return Value

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