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

Tabulation getTotalColumnVisibility: Difference between revisions

From Catglobe Wiki
Tungocman (talk | contribs)
No edit summary
No edit summary
 
(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
[[Category:Using CGScript with the Tabulation Module]]

Latest revision as of 08: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