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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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