protected override DirtyRowRange SetCellExpanded(long row, long col, bool expanded)
        {
            DirtyRowRange o;

            o.Range        = m_TableDisplay.ExpandCell(row, (int)col, expanded);
            o.HeightOffset = k_RowHeight * o.Range.Length;
            return(o);
        }