ExportContext Class Members
In This Topic
The following tables list the members exposed by ExportContext.
Public Constructors
Public Properties
| Name | Description |
| ExportedSheets | Gets or sets the exported sheets. null to export all sheets. |
| Options | Gets or sets the export options. |
| UnitConverter | Gets the unit converter which converts measurement values. |
| Worksheet | Gets or sets the context worksheet. |
Top
Protected Methods
| Name | Description |
| GetCellExporter | Gets the data converter which convert custom data to OpenXML-compatible data. |
| GetDataConverter<T> | Gets the data converter which convert custom data in extensible object to OpenXML-compatible data. |
Top
See Also