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

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

    Parameters

    width
    A string that is converted to a Unit value representing the Width of the current column.
    spacing
    A string that is converted to a Unit value representing the Spacing of the current column.
    See Also