Spread Windows Forms 12.0 Product Documentation
IsRowBound Method (IUnboundRowSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IUnboundRowSupport Interface : IsRowBound Method
Row to check
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)
bool IsRowBound( 
   int row
)

Parameters

row
Row to check

Return Value

Boolean: true if the row is bound; false otherwise
See Also

Reference

IUnboundRowSupport Interface
IUnboundRowSupport Members