Method IsColumnVisible
IsColumnVisible(DocumentId, int)
Tells whether a column of a BOM is visible.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool IsColumnVisible(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 column is visible. |
Remarks
This method is available since v7.12.