Tabulation getEnableOddEvenRowHeader
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