'Declaration Public Sub SetNote( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal note As String _ )
Parameters
- row
- Row index of the cell
- column
- Column index of the cell
- note
- Text for the cell note
'Declaration Public Sub SetNote( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal note As String _ )