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