[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetText

SetText Method

SetText(int, int, string)

Sets the formatted text in the cell on this sheet using the IFormatter object for the cell.

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

Row index

int column

Column index

string value

Text for the specified 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