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