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

ScheduleField.GridColumnWidth

Property
Description:
The width of the column in the editable grid view, 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 SheetColumnWidth.

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