Remove Method (DataGridCellsRangeCollection)
In This Topic
Removes the specified range from the collection. If the specified range intersects some of the ranges in the collection, the range in the collection will be split.
Overload List
Overload | Description |
Remove(DataGridCellsRange) | Removes the specified range from the collection. If the specified range intersects some of the ranges in the collection, the range in the collection will be split. |
Remove(DataGridRow) | Removes the specified row from the ranges in the collection. |
Remove(DataGridColumn) | Removes the specified column from the in the collection. |
See Also