Gets or sets the width of the current column.

The default column width is "auto".

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

Syntax

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

See Also