Revit 2025.3 API
View |
Indicates whether this schedule has striped rows.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HasStripedRows { get; set; }
Public Property HasStripedRows As Boolean Get Set
public: property bool HasStripedRows { bool get (); void set (bool value); }
member HasStripedRows : bool with get, set
Property Value
Boolean
Striped rows can be overridden by shading or conditional formatting.
See Also