Method ForceColumnTitle
ForceColumnTitle(DocumentId, int, string)
Forces the title of a column of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
void ForceColumnTitle(DocumentId inDocumentId, int inColumnIx, string inTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to modify. |
| int | inColumnIx | Index of the column to modify, within [0,GetColumnCount(DocumentId)-1]. |
| string | inTitle | New forced title. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.12.