[]
        
Represents a selection model with group operations, that returns a result indicating whether the selection has changed.
public interface INotifySelectionChangedPublic Interface INotifySelectionChanged| Name | Description | 
|---|---|
| AddSelection(int, int, int, int) | Adds a cell or cells to the selection. | 
| ClearSelection() | Removes the selection. | 
| ExtendSelection(int, int) | Specifies the extent (or farthest cell) in the selection of cells. | 
| RemoveSelection(int, int, int, int) | Removes the specified selection range from the selection list, if one exists. | 
| SetSelection(int, int, int, int) | Selects the cells in the specified range. |