[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.INotifySelectionChanged

INotifySelectionChanged Interface

Represents a selection model with group operations, that returns a result indicating whether the selection has changed.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface INotifySelectionChanged
Public Interface INotifySelectionChanged

Methods

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.