'Declaration Public Function GetUnboundValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object
Parameters
- row
- Row index
- column
- Column index
Return Value
Object containing the value in the cell, or null if there is none
'Declaration Public Function GetUnboundValue( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Object