[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSelectionModel.IsSelected

IsSelected Method

IsSelected(int, int)

Determines whether the specified cell is in the selection.

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

Row index of the cell

int column

Column index of the cell

Returns
Type Description
bool
Overrides