[]
        
(Showing Draft Content)

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