RVTDocs.com

TableSectionData.SetCellCalculatedValue(Int32, TableCellCalculatedValueData)

Method
Description:
Allows the caller to set the calculated value for a specified column
Syntax
public void SetCellCalculatedValue(
	int nCol,
	TableCellCalculatedValueData pCalcValue
)
Parameters
Parameter Type Description
nCol Int32
pCalcValue TableCellCalculatedValueData
Return Value
Exceptions
Exception Condition
ArgumentException The given column number nCol is invalid.
ArgumentNullException A non-optional argument was null
InvalidOperationException This operation is forbidden for cells in standard schedule header sections. -or- This operation is forbidden for cells in standard schedule body sections.