Difference between revisions of "Tabulation setGrandTotalColumnVisibility"

From Catglobe Wiki
Jump to: navigation, search
(Tag: visualeditor)
Line 4: Line 4:
  
 
Show/hide grand total column in table. Default is hide
 
Show/hide grand total column in table. Default is hide
 +
 +
(For show/hide grand total row in table, see [[setGrandTotal]])
  
 
== Syntax ==
 
== Syntax ==

Revision as of 06:44, 16 November 2018


Tabulation_setGrandTotalColumnVisibility

Show/hide grand total column in table. Default is hide

(For show/hide grand total row in table, see setGrandTotal)

Syntax

Tabulation_setGrandTotalColumnVisibility( bool enable);

Arguments

bool enable

Return type

Empty

Example

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

2018-11-16 11-11-20.png