Indicates whether a property setting of true will also change the display of this schedule to show striped rows on a sheet.
If true, setting that property to true will also change the display.
If false, striped rows will not display for this schedule on a sheet no matter what value is set for HasStripedRows.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021
Syntax
C# |
---|
public bool UseStripedRowsOnSheets { get; set; } |
Visual Basic |
---|
Public Property UseStripedRowsOnSheets As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool UseStripedRowsOnSheets {
bool get ();
void set (bool value);
} |
Remarks
See Also