PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / PageColumnDefCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Adds a new PageColumnDef initialized with the default PageColumnDef.Width and PageColumnDef.Spacing to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As Integer
    public int Add()

    Return Value

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