[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.SetNote

SetNote Method

SetNote(int, int, string)

Sets a user-defined note value for the cell at the specified row and column.

Declaration
public override void SetNote(int row, int column, string value)
Public Overrides Sub SetNote(row As Integer, column As Integer, value 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

string value

Note value to set

Overrides
Implements