2020 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
)