Gets or sets the spacing between the current and next columns.
Namespace:
C1.C1PreviewThe default column spacing is 5mm.
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 |