object GetUnboundValue( int row, int column )
'Declaration Function GetUnboundValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
'Declaration
Function GetUnboundValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
'Usage Dim instance As IUnboundRowSupport Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetUnboundValue(row, column)
'Usage
Dim instance As IUnboundRowSupport Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetUnboundValue(row, column)
IUnboundRowSupport Interface IUnboundRowSupport Members