ExportContext Class Members
In This Topic
The following tables list the members exposed by ExportContext.
Public Constructors
Public Properties
| Name | Description |
 | ContextPackagePart | Gets context package part. |
 | CustomData | Gets or sets the custom data for the export context object. |
 | Options | Gets or sets the export options. |
 | UnitConverter | Gets the unit converter which converts measurement values. |
 | Worksheet | Gets or sets the context worksheet. |
Top
Public Methods
| Name | Description |
 | Add | Overloaded. Export a custom cell comment. |
 | GetCellStyle | Gets the style format from the specified |
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