Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageColumnDef Class / Spacing Property

In This Topic
    Spacing Property (PageColumnDef)
    In This Topic
    Gets or sets the spacing between the current and next columns.

    The default column spacing is 5mm.

    Syntax
    'Declaration
     
    Public Property Spacing As Unit
    public Unit Spacing {get; set;}
    See Also