Indicates if the grand total row should display a count of elements
in the schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public bool ShowGrandTotalCount { get; set; }
Property Value
BooleanTrue if an element count should be displayed, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property: Display of a grand total row is not enabled. |
