Share

ViewSchedule.UseStripedRowsOnSheets Property

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: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool UseStripedRowsOnSheets { get; set; }

Property Value

Boolean

Remarks

Striped rows on sheets can be overidden by shading or conditional formatting.

See Also

Reference

Was this information helpful?