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