RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ScheduleField

ScheduleField.SheetColumnWidth

Property
Description:
The width of the column on a sheet, measured in feet.
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.

Syntax
public double SheetColumnWidth { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: sheetColumnWidth is negative.