2 references to RemoveRange
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
2459
row.Cells.
RemoveRange
(firstCell.Index + 1, lastCell.Index - firstCell.Index + 1 - 1);
2498
row.Cells.
RemoveRange
(firstCell.Index, lastCell.Index - firstCell.Index + 1);