[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetSelectionModel.IsSelected

IsSelected Method

IsSelected(int, int)

Determines whether the specified cell is in the selection.

Declaration
public virtual bool IsSelected(int row, int column)
Public Overridable Function IsSelected(row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
int row

Row index

int column

Column index

Returns
Type Description
bool
Implements