Difference between revisions of "Tabulation getTotalColumnVisibility"
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category:Include_total_functions]] | |
+ | |||
+ | == Tabulation_getTotalColumnVisibility == | ||
Return variable true/false equivalent Show/hide the total column. | Return variable true/false equivalent Show/hide the total column. |
Latest revision as of 09:28, 16 November 2018
Tabulation_getTotalColumnVisibility
Return variable true/false equivalent Show/hide the total column.
Syntax
Tabulation_getTotalColumnVisibility();
Return type
Boolean
Examples
Tabulation_setTotalColumnVisibility(false);'
print(Tabulation_getTotalColumnVisibility()); // Result: False
Tabulation_setTotalColumnVisibility(true);'
print(Tabulation_getTotalColumnVisibility()); // Result: True
Availability
Version 5.8