Method SetCatalogCellTextValue
SetCatalogCellTextValue(ElementId, ElementId, string)
Sets the text value of the catalog cell.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 0, 60)]
void SetCatalogCellTextValue(ElementId inRow, ElementId inParameterId, string inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inRow | Identifier of the row. |
| ElementId | inParameterId | Identifier of the parameter of the column. |
| string | inValue | Value of the cell. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.15.