'Usage
Dim instance As IGroupSupport2 Dim row As Integer Dim column As Integer Dim value As String value = instance.GetNote(row, column)
Parameters
- row
- Row index
- column
- Column index
Return Value
String with the note text
'Usage
Dim instance As IGroupSupport2 Dim row As Integer Dim column As Integer Dim value As String value = instance.GetNote(row, column)