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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetSelectionModel Interface : IsAnyCellInRowSelected Method
Index of row to check
Determines whether any cell in a specified row is in the selection.
Syntax
'Declaration
 
Function IsAnyCellInRowSelected( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As ISheetSelectionModel
Dim row As Integer
Dim value As Boolean
 
value = instance.IsAnyCellInRowSelected(row)
bool IsAnyCellInRowSelected( 
   int row
)

Parameters

row
Index of row to check

Return Value

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

Reference

ISheetSelectionModel Interface
ISheetSelectionModel Members