[]
Sets the note for a cell at a specified row and column.
public virtual void SetNote(int row, int column, string value)
Public Overridable 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 |