[]
Gets the note for a cell of the specified row and column.
string GetNote(int row, int column)
Function GetNote(row As Integer, column As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| Type | Description |
|---|---|
| string | String with the note text |