The title name is used to display at the grand total row. The name is "Grand total", expressed in the Revit session language, by default.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public string GrandTotalTitle { get; set; }
Property Value
StringExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | When setting this property: A non-optional argument was null |
| InvalidOperationException | When setting this property: Display of a grand total row is not enabled. -or- When setting this property: Display of grand total title is not enabled. |
