Share

TableCellStyle.IsEnabled Property

Gets or sets the status whether this cell is enabled.


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

Syntax

C#

public bool IsEnabled { get; set; }

Property Value

Boolean
True if this cell is enabled; otherwise False.

See Also

Reference

Was this information helpful?