[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetSelectionModel.IsAnyCellInRowSelected

IsAnyCellInRowSelected Method

IsAnyCellInRowSelected(int)

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

Declaration
public override bool IsAnyCellInRowSelected(int row)
Public Overrides 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

Overrides