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