2027 Method
Changes 0
M

TableSectionData.SetCellCalculatedValue

Description:
Allows the caller to set the calculated value for a specified cell
Overloads (2):
SetCellCalculatedValue(Int32,Int32,TableCellCalculatedValueData)
public void SetCellCalculatedValue(
	int nRow,
	int nCol,
	TableCellCalculatedValueData pCalcValue
)
  • The given row number nRow is invalid. -or- The given column number nCol is invalid.
  • A non-optional argument was null
  • This operation is forbidden for cells in standard schedule header sections. -or- This operation is forbidden for cells in standard schedule body sections.