Search
ReportColumn.Width Property
See Also
 





Gets or sets the width of the column.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public int Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Integer

 Property Value

An integer value, specifying the width of the column.

 Remarks

The width of the column is expressed in either percents or as hundredths of an inch depending on the ReportOptions.AbsoluteColumnWidth property.

 See Also