[]
Gets or sets the file format for exporting XLS files.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<XlsExportSettings.FileFormats> FileFormat { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<XlsExportSettings.FileFormats> | An EnumDefaultExportSetting<T> object representing the format to be used for the export. |