[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.SetText

SetText Method

SetText(int, int, string)

Sets the formatted text in the cell 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 of the cell

int column

Column index of the cell

string value

Text for the cell