[]
Represents the base settings for exporting data to a XLS format.
public abstract class BaseXlsExportSettings : BaseExportSettings
Name | Description |
---|---|
BaseXlsExportSettings() |
Name | Description |
---|---|
Password | Gets or sets the password required to open the XLS file. |
ProtectedBy | Gets or sets the user name responsible to password protect the XLS file. |
ReadOnlyRecommended | Gets or sets a value indicating whether the XLS file is recommended to be opened in read-only mode. |
RightToLeft | Gets or sets a value indicating whether the XLS file should be displayed with right-to-left text direction. |
WritePassword | Gets or sets the password required to modify the XLS file. |