Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IUnboundRowSupport Interface / IsRowBound Method
Row to check


In This Topic
IsRowBound Method (IUnboundRowSupport)
In This Topic
Determines whether the row is bound.
Syntax
'Declaration
 
Function IsRowBound( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As IUnboundRowSupport
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowBound(row)

Parameters

row
Row to check
See Also