'Usage
Dim instance As IGroupSupport2 Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetValue(row, column)
Parameters
- row
- Row index
- column
- Column index
Return Value
Object with value in cell
'Usage
Dim instance As IGroupSupport2 Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetValue(row, column)