Method GetColumnTitle
GetColumnTitle(DocumentId, int)
Gets the title of a column of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
string GetColumnTitle(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 |
|---|---|
| string | Title of the column. |
Remarks
This method is available since v7.12.