[]
Gets or sets the output format for the XLSX file.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<XlsxExportSettings.OutputFormats> OutputFormat { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<XlsxExportSettings.OutputFormats> | An EnumDefaultExportSetting<T> object representing the output format. |