Table
|
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)
public void SetCellCombinedParameters(
int nRow,
int nCol,
IList<TableCellCombinedParameterData> paramData
)
Parameters
- nRow Int32
- nCol Int32
- paramData IList TableCellCombinedParameterData
| 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 |