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