[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.GetNote

GetNote Method

GetNote(int, int)

Gets a user-defined note value for the cell of the specified row and column.

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

Row index of the cell in the model

int column

Column index of the cell in the model

Returns
Type Description
string
Overrides
Implements