Gets or sets the width of the current column.
Namespace:
C1.C1PreviewThe default column width is "auto".
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 |