PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / PageColumnDef Class / Clone Method

In This Topic
    Clone Method (PageColumnDef)
    In This Topic
    Creates a copy of the current PageColumnDef object.
    Syntax
    'Declaration
     
    Public Function Clone() As PageColumnDef
    public PageColumnDef Clone()

    Return Value

    The newly created PageColumnDef object.
    See Also