FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / IsRowBound Method
Index of row to check


In This Topic
IsRowBound Method (DefaultSheetDataModel)
In This Topic
Determines whether the specified row is bound to a data source row.
Syntax
'Declaration
 
Public Function IsRowBound( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowBound(row)

Parameters

row
Index of row to check
See Also