Difference between revisions of "Tabulation getTotalColumnVisibility"
(Tag: visualeditor-switched) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Include_total_functions]] | ||
+ | |||
== Tabulation_getTotalColumnVisibility == | == Tabulation_getTotalColumnVisibility == | ||
Line 20: | Line 22: | ||
Version 5.8 | Version 5.8 | ||
− | |||
− |
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