Revit 2026 API
Schedule |
Indicates if a grand total row should be displayed at the bottom of
the schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ShowGrandTotal { get; set; }
Public Property ShowGrandTotal As Boolean Get Set
public: property bool ShowGrandTotal { bool get (); void set (bool value); }
member ShowGrandTotal : bool with get, set
Property Value
BooleanTrue if a grand total row should be displayed, false otherwise.
The grand total row displays totals of each field for which
totals are enabled. It can also optionally display a title
(see ShowGrandTotalTitle) and a count of elements
(see ShowGrandTotalCount).
See Also