'Usage Dim instance As ISheetDataModel 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
String containing the application tag for the cell
'Usage Dim instance As ISheetDataModel Dim row As Integer Dim column As Integer Dim value As Object value = instance.GetTag(row, column)