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 setEnableOddEvenRowHeader: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Style setting functions]]
[[Category:Style setting functions]]

{{HelpFiles}}


=====Tabulation_setEnableOddEvenRowHeader=====
=====Tabulation_setEnableOddEvenRowHeader=====

Revision as of 10:14, 12 December 2011



Tabulation_setEnableOddEvenRowHeader

This setting makes it possible to either activate or deactivate the chart's inheritance of the odd even rows styles from the style sheet.

Syntax

Tabulation_setEnableOddEvenRowHeader(enabled)

Arguments

enabled: Is a boolean expression. If true the styles will be inherited, if false it will not.

Return type

empty

Examples

Tabulation_setEnableOddEvenRowHeader(True);

Availability

Version 5.8.1