2027 Method
Changes 0
M

TableSectionData.SetCellText

Description:
Sets a cell's to display the specified text.
Remarks:
If this cell's type is not CellType.Text, and the operation is permitted on this cell, the cell type will be changed to type CellType.Text as a result of this call.
public void SetCellText(
	int nRow,
	int nCol,
	string text
)
  • Int32
    nRow
    The cell row.
  • Int32
    nCol
    The cell column.
  • String
    text
    The text to show in the cell.