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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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