[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ISheetSelectionModel.IsAnyCellInRowSelected

IsAnyCellInRowSelected Method

IsAnyCellInRowSelected(int)

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

Declaration
bool IsAnyCellInRowSelected(int row)
Function IsAnyCellInRowSelected(row As Integer) As Boolean
Parameters
Type Name Description
int row

Index of row to check

Returns
Type Description
bool

True if any cell in specified row is selected; false otherwise