Method GetForcedCells
GetForcedCells(DocumentId, out List<int>, out List<int>)
Gets the cells of a BOM which property value has been forced.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
void GetForcedCells(DocumentId inDocumentId, out List<int> inRowIds, out List<int> inColumnIxs)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
| List<int> | inRowIds | Row identifiers of cells. |
| List<int> | inColumnIxs | Column indexes of cells. |
Remarks
If there is not any forced cell, the returned lists are empty.
This method is available since v7.12.