void GridCtrl::Remove(int i, int cnt) { Remove0(i < 0 ? rowidx : fixed_rows + i, cnt); valid_cursor = false; }
Report message to a moderator