BaseXlsExportSettings Class Members
In This Topic
The following tables list the members exposed by BaseXlsExportSettings.
Public Properties
| 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. |
Top
See Also