[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetDataModel.SetNote

SetNote Method

SetNote(int, int, string)

Sets the note for a cell at a specified row and column.

Declaration
public virtual void SetNote(int row, int column, string value)
Public Overridable Sub SetNote(row As Integer, column As Integer, value As String)
Parameters
Type Name Description
int row

Row index

int column

Column index

string value

String for note

Implements