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

ScheduleField.IsHidden

Property
Description:
Indicates if the field is hidden in the schedule.
Remarks:
A hidden field is not displayed in the schedule, but it can be used for filtering, sorting, grouping, and conditional formatting and can be referenced by Formula and Percentage fields.
Syntax
public bool IsHidden { get; set; }