SetCellCombinedParameters Method (Int32, Int32, IList(TableCellCombinedParameterData))


Table Section Data Set Cell Combined Parameters(Int 32, Int 32, IList Table Cell Combined Parameter Data ) Method

Allows the caller to set combined parameter for a specified cell

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void SetCellCombinedParameters(
	int nRow,
	int nCol,
	IList<TableCellCombinedParameterData> paramData
)

Parameters

nRow Int32
nCol Int32
paramData IList TableCellCombinedParameterData
Exceptions
Exception Condition
ArgumentException The given row number nRow is invalid. -or- The given column number nCol is invalid.
ArgumentNullException A non-optional argument was null
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →