Difference between revisions of "Tabulation setEnableOddEvenRowHeader"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
Line 1: Line 1:
*Tabulation_setEnableOddEvenRowHeader(false) <br>
+
[[Category:HelpBooks]]
 +

  
[[Image:Tabulation setEnableOddEvenRowHeader(false).png]]
+
=====Tabulation_setEnableOddEvenRowHeader=====
  
<br>
+
This setting makes it possible to either activate or deactivate the chart's inheritance of the odd even rows styles from the style sheet.
  
*Tabulation_setEnableOddEvenRowHeader(true) <br>
+
'''Syntax'''
  
[[Image:Tabulation setEnableOddEvenRowHeader(true).png]]<br>
+
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
 +
__NOTOC__
 +
<!-- imported from file: 8138.htm-->

Revision as of 10:52, 7 March 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