31 I_ASSIGN(m_showHorizontalHeaderAttrPtr,
"ShowHorizontalHeader",
"If set, horizontal table header is shown",
true,
true);
32 I_ASSIGN(m_showVerticalHeaderAttrPtr,
"ShowVerticalHeader",
"If set, vertical table header is shown",
true,
true);
40 I_ATTR(
bool, m_showHorizontalHeaderAttrPtr);
41 I_ATTR(
bool, m_showVerticalHeaderAttrPtr);