protected override bool GetCellExpanded(long row, long col)
 {
     return(m_TableDisplay.GetCellExpandState(row, (int)col).isExpanded);
 }