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