Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageColumnDef Class / PageColumnDef Constructor / PageColumnDef Constructor(Unit,Unit)
A Unit value representing the Width of the current column.
A a Unit value representing the Spacing of the current column.

In This Topic
    PageColumnDef Constructor(Unit,Unit)
    In This Topic
    Initializes a new instance of the PageColumnDef class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Unit, _
       ByVal spacing As Unit _
    )
    public PageColumnDef( 
       Unit width,
       Unit spacing
    )

    Parameters

    width
    A Unit value representing the Width of the current column.
    spacing
    A a Unit value representing the Spacing of the current column.
    See Also