[]
Gets the note for a cell at a specified row and column.
public virtual string GetNote(int row, int column)
Public Overridable Function GetNote(row As Integer, column As Integer) As String
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
string | Object with value in cell |