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