'Declaration
Public Overridable Function GetNote( _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
Parameters
- row
- Row index
- column
- Column index
Return Value
String containing the cell note for the specified cell
'Declaration
Public Overridable Function GetNote( _ ByVal row As Integer, _ ByVal column As Integer _ ) As String
Specify a cell note for a cell by calling the SetNote method. Cells with notes do not show any other indication other than displaying the note when the pointer is over the cell.