[]
        
(Showing Draft Content)

FarPoint.Web.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
Overrides