Method IsColumnTitleForced
IsColumnTitleForced(DocumentId, int)
Tells whether the title of a column of a BOM is forced.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool IsColumnTitleForced(DocumentId inDocumentId, int inColumnIx)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
| int | inColumnIx | Index of the column to analyze, within [0,GetColumnCount(DocumentId)-1]. |
Returns
| Type | Description |
|---|---|
| bool | Whether the title of the column is forced. |
Remarks
This method is available since v7.12.