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 getEnableOddEvenRowHeader

From Catglobe Wiki



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.

Availability

Version 5.8.1