Indicates if the grand total row should display a title.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2013

Syntax

C#
public bool ShowGrandTotalTitle { get; set; }
Visual Basic
Public Property ShowGrandTotalTitle As Boolean
	Get
	Set
Visual C++
public:
property bool ShowGrandTotalTitle {
	bool get ();
	void set (bool value);
}

Field Value

True if a title should be displayed, false otherwise.

Remarks

The title consists of the text "Grand total".

ShowGrandTotalTitle can only be enabled if ShowGrandTotal is enabled.

Exceptions

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

See Also