Difference between revisions of "SetGrandTotal"
(Tag: visualeditor) |
|||
Line 3: | Line 3: | ||
= setGrandTotal = | = setGrandTotal = | ||
− | + | Show/hide grand total row in table, default is hide | |
− | + | (For show/hide grand total column in table, see [[Tabulation_setGrandTotalColumnVisibility]]) | |
== Syntax == | == Syntax == |
Revision as of 05:46, 16 November 2018
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"});