Tabulation getEnableOddEvenRowHeader

From Catglobe Wiki
Jump to: navigation, search



Tabulation_getEnableOddEvenRowHeader

Returns the current state of the odd even row header style inheritance setting for tables.

Syntax

Tabulation_getEnableOddEvenRowHeader()

Arguments

none

Return type

boolean

Examples

bool b = Tabulation_getEnableOddEvenRowHeader();

if (b) print("Headers of Odd and Even row apply style of Odd and Even rows.");

else print("Headers of Odd and Even row do not apply style of Odd and Even rows.");

//Result: Headers of Odd and Even row do not apply style of Odd and Even rows.

SetEnableOddEvenRowHeader False.jpg

Availability

Version 5.8.1