ScheduleDefinitionShowGrandTotalTitle Property |
Indicates if the grand total row should display a title.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool ShowGrandTotalTitle { get; set; }
Public Property ShowGrandTotalTitle As Boolean
Get
Set
public:
property bool ShowGrandTotalTitle {
bool get ();
void set (bool value);
}
member ShowGrandTotalTitle : bool with get, set
Property Value
Boolean
True if a title should be displayed, false otherwise.
Exceptions
RemarksThe title consists of the text "Grand total".
ShowGrandTotalTitle can only be enabled if ShowGrandTotal
is enabled.
See Also