Share

ScheduleDefinition.ShowGrandTotalTitle Property

Indicates if the grand total row should display a title.


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

Syntax

C#

public bool ShowGrandTotalTitle { get; set; }

Property Value

Boolean
True if a title should be displayed, false otherwise.

Exceptions

ExceptionCondition
InvalidOperationException When setting this property: Display of a grand total row is not enabled.

Remarks

The title consists of the text "Grand total".

ShowGrandTotalTitle can only be enabled if ShowGrandTotal is enabled.

See Also

Reference

Was this information helpful?