[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetSelectionModel.IsAnyCellInRowSelected

IsAnyCellInRowSelected Method

IsAnyCellInRowSelected(int)

Determines whether any cell in a specified row is in the selection.

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

Row to check

Returns
Type Description
bool

true if row is in the selection; false otherwise

Implements