Gets or sets the width of the column.
Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting
C# Copy Code |
---|
public int Width { get; set; } |
Visual Basic Copy Code |
---|
Public Property Width As Integer |
An integer value, specifying the width of the column.
The width of the column is expressed in either percents or as hundredths of an inch depending on the ReportOptions.AbsoluteColumnWidth property.