[]
Sets a user-defined note value for the cell at the specified row and column.
public override void SetNote(int row, int column, string value)
Public Overrides Sub SetNote(row As Integer, column As Integer, value As String)
Type | Name | Description |
---|---|---|
int | row | Row index of the cell in the model |
int | column | Column index of the cell in the model |
string | value | Note value to set |