Tabulation setEnableOddEvenRowHeader

From Catglobe Wiki
Revision as of 09:52, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
Jump to: navigation, search



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