Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 08:27, 16 November 2018 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


setGrandTotal

Show/hide grand total row in table, default is hide

(For show/hide grand total column in table, see Tabulation_setGrandTotalColumnVisibility)

Syntax

setGrandTotal( bool enable);

Arguments

bool enable

Return type

Empty

Example

DCS_use(15639420);
setGrandTotal(true) ;
createCrossDiagram({"VUpper","VLower"},{"HUpper","HLower"});