Initializes a new instance of the PageColumnDef class.

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

Syntax

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

Parameters

width
Type: System..::..String
A string that is converted to a Unit value representing the Width of the current column.
spacing
Type: System..::..String
A string that is converted to a Unit value representing the Spacing of the current column.

See Also