[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetNote

GetNote Method

GetNote(int, int)

Gets the note of a specified cell on this sheet.

Declaration
public string GetNote(int row, int column)
Public Function GetNote(row As Integer, column As Integer) As String
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

Returns
Type Description
string
Exceptions
Type Condition
ArgumentOutOfRangeException

Specified row index is out of range; must be between 0 and the total number of rows

ArgumentOutOfRangeException

Specified column index is out of range; must be between 0 and the total number of columns