XlsDocumentExporterOptions Properties
Contains options used for saving (exporting) a document in XLS format (MS Excel 97-2003 binary file format).Name | Description |
---|---|
Password | Gets or sets a password used to save a password encrypted binary .xls file. Use the DocumentSettings.Encryption property instead. |
TargetUri | Gets or sets the URI of the document being exported. Inherited from DocumentExporterOptions. |
See Also