Share

ScheduleField.SheetColumnWidth Property

The width of the column on a sheet, measured in feet.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public double SheetColumnWidth { get; set; }

Property Value

Double
The width of the column.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: sheetColumnWidth is negative.

Remarks

In a schedule with an embedded ScheduleDefinition, a column may display two fields, one from each ScheduleDefinition. In that case, the larger of the two widths is used.

It is always aligned with the GridColumnWidth.

See Also

Reference

Was this information helpful?