Gets or sets the width of the field in twips.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute()] public double Width { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute()> _ Public Property Width As Double Get Set |
Remarks
Every Field object has a rectangle, or "field box", where the field contents are rendered.
The field box is defined by the Left, Top, Width, and Height properties.
These properties are expressed in twips, and the position is relative to the field's containing section.
The default value for this property is 0.