Share

ScheduleField.ColumnHeading Property

The column heading text.


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

Syntax

C#

public string ColumnHeading { get; set; }

Property Value

String
The heading text.

Exceptions

ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

On initial creation of a ScheduleField, the column heading is initialized based on the field name (typically a parameter name).

See Also

Reference

Was this information helpful?