Spread for ASP.NET 12 Product Documentation
IsAnyCellInRowSelected Method (BaseSheetSelectionModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > BaseSheetSelectionModel Class : IsAnyCellInRowSelected Method
Row to check
Determines whether any cell in a specified row is in the selection.
Syntax
'Declaration
 
Public Overridable Function IsAnyCellInRowSelected( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As BaseSheetSelectionModel
Dim row As Integer
Dim value As Boolean
 
value = instance.IsAnyCellInRowSelected(row)
public virtual bool IsAnyCellInRowSelected( 
   int row
)

Parameters

row
Row to check
See Also

Reference

BaseSheetSelectionModel Class
BaseSheetSelectionModel Members