Indicates if the grand total row should display a title.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2013
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
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
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsInvalidOperationException | When setting this property: Display of a grand total row is not enabled. |