Gets or sets the spacing between the current and next columns.

The default column spacing is 5mm.

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

Syntax

C#
[XmlAttributeAttribute("Spacing")]
public Unit Spacing { get; set; }
Visual Basic
<XmlAttributeAttribute("Spacing")> _
Public Property Spacing As Unit
	Get
	Set

See Also