Adds a new PageColumnDef initialized with the specified width and spacing to the current collection.

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

Syntax

C#
public int Add(
	Unit columnWidth,
	Unit columnSpacing
)
Visual Basic
Public Function Add ( _
	columnWidth As Unit, _
	columnSpacing As Unit _
) As Integer

Parameters

columnWidth
Type: C1.C1Preview..::..Unit
The Width of the new column definition.
columnSpacing
Type: C1.C1Preview..::..Unit
The Spacing of the new column definition.

Return Value

The index of the added PageColumnDef in the current collection.

See Also