TableSectionDataSetCellCalculatedValue(Int32, TableCellCalculatedValueData) Method |
Allows the caller to set the calculated value for a specified column
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetCellCalculatedValue(
int nCol,
TableCellCalculatedValueData pCalcValue
)
Public Sub SetCellCalculatedValue (
nCol As Integer,
pCalcValue As TableCellCalculatedValueData
)
public:
void SetCellCalculatedValue(
int nCol,
TableCellCalculatedValueData^ pCalcValue
)
member SetCellCalculatedValue :
nCol : int *
pCalcValue : TableCellCalculatedValueData -> unit
Parameters
- nCol Int32
-
- pCalcValue TableCellCalculatedValueData
-
Exceptions
See Also