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: 1.0.63
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