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