Indicates if the grand total row should display a count of elements
in the schedule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ShowGrandTotalCount { get; set; }Property Value
Boolean
True if an element count should be displayed, false otherwise.
Exceptions
Remarks
ShowGrandTotalCount can only be enabled if ShowGrandTotal is enabled.
See Also
Reference