[]
Sets the formatted text in the cell using the IFormatter object for the cell.
public void SetText(int row, int column, string value)
Public Sub SetText(row As Integer, column As Integer, value As String)
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | column | Column index of the cell |
string | value | Text for the cell |