public void func_begin_update(CellRange viz)
 {
     _rows.func_begin_update(viz);
 }
        public void func_begin_update(CellRange viz)
        {
            _cd.func_begin_update(viz);

            // TODO flush some cells out of the cache?
        }