TableSectionData.SetCellParamIdAndCategoryId(Int32, Int32, ElementId, ElementId)
Method
Description:
Sets a cell's category and parameter Id
Sets a cell's category and parameter Id
Syntax
public void SetCellParamIdAndCategoryId(
int nRow,
int nCol,
ElementId paramId,
ElementId categoryId
)
Parameters
Parameter | Type | Description |
---|---|---|
nRow | Int32 | |
nCol | Int32 | |
paramId | ElementId | |
categoryId | ElementId |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given row number nRow is invalid. -or- The given column number nCol is invalid. -or- The paramId or categoryId is not valid. |
ArgumentNullException | A non-optional argument was null |