Initializes a new instance of the PageColumnDef class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public PageColumnDef(
	Unit width,
	Unit spacing
)
Visual Basic
Public Sub New ( _
	width As Unit, _
	spacing As Unit _
)

Parameters

width
Type: C1.C1Preview..::..Unit
A Unit value representing the Width of the current column.
spacing
Type: C1.C1Preview..::..Unit
A a Unit value representing the Spacing of the current column.

See Also