TableSectionDataHideSection Property

Whether or not the section is hidden.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool HideSection { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException When setting this property: This operation is forbidden for cells in standard schedule body sections.
See Also