TableSectionData.SetCellParamIdAndCategoryId(Int32, ElementId, ElementId)
Method
Description:
Sets a column's category and parameter Id
Sets a column's category and parameter Id
Parameters
| Parameter | Type | Description |
|---|---|---|
| nCol | Int32 | |
| paramId | ElementId | |
| categoryId | ElementId |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The given column number nCol is invalid. -or- The paramId or categoryId is not acceptable. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | This operation is forbidden for cells in standard schedule body sections. |