[]
Sets the note for a cell at the specified row and column.
void SetNote(int row, int column, string value)
Sub SetNote(row As Integer, column As Integer, value As String)
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| string | value | String for note |