'Usage Dim instance As IUnboundRowSupport Dim row As Integer Dim value As Boolean value = instance.IsRowBound(row)
Parameters
- row
- Row to check
Return Value
true if row is bound; false otherwise
'Usage Dim instance As IUnboundRowSupport Dim row As Integer Dim value As Boolean value = instance.IsRowBound(row)