TableSectionData.SetCellCombinedParameters(Int32, IList<TableCellCombinedParameterData>) Method
Allows the caller to set combined parameter for a specified column
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetCellCombinedParameters( int nCol, IList<TableCellCombinedParameterData> paramData )
Parameters
nCol
Int32
paramData
IList
<
TableCellCombinedParameterData
>
Exceptions
Exception
Condition
ArgumentException
The given column number nCol is invalid.
ArgumentNullException
A non-optional argument was null
See Also
Reference
TableSectionData Class
SetCellCombinedParameters Overload
Autodesk.Revit.DB Namespace