Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setGrandTotalColumnVisibility: Difference between revisions

From Catglobe Wiki
No edit summary
No edit summary
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 04: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"});