[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetNote

SetNote Method

SetNote(int, int, string)

Sets a note in a specified cell on this sheet.

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

Row index of specified cell

int column

Column index of specified cell

string value

Note text to associate with the cell

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