XlsExportOptionsBase Members
In This Article
#Fields
Name | Description |
---|---|
Export |
Identifies the Xls |
Raw |
Identifies the Xls |
Sheet |
Identifies the Xls |
Show |
Identifies the Xls |
#Properties
Name | Description |
---|---|
Export |
Gets or sets a value indicating whether hyperlinks should be exported to XLS or XLSX. |
Raw |
Specifies whether a grid’s actual data should be exported to XLS or XLSX (excluding all non-relevant elements, such as images, graphics, font and appearance settings). |
Sheet |
Gets or sets the name of the sheet in the created XLS or XLSX file to which a document is exported. |
Show |
Gets or sets a value indicating whether grid lines should be visible in the resulting XLS or XLSX file. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter. |
See Also