Tabulation setGrandTotalColumnVisibility
Revision as of 05:24, 16 November 2018 by Administrator (talk | contribs)
Contents
Tabulation_setGrandTotalColumnVisibility
Show/hide grand total column in table. Default is hide
Syntax
Tabulation_setGrandTotalColumnVisibility( bool enable);
Arguments
bool enable
Return type
Empty
Example
DCS_use(15639420);
Tabulation_setGrandTotalColumnVisibility(true);
createCrossDiagram({"VUpper","VLower"},{"HUpper","VLower"});