Click or drag to resize

OutputFormatEnum Enumeration

Output formats for exporting Bill of Materials (BOM) data.

Namespace: CeliAPS.BomApi.Enums
Assembly: BomApi (in BomApi.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public enum OutputFormatEnum
Members
Member nameValueDescription
Default0 Will use the default output format as set in BomApp settings.
Excel1 The output format for excel files (xms, xlsx...)
Pdf2 The output format for pdf files.
Ods3 The output format for ods files.
Csv4 The output format for csv files.
See Also