[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IO.OpenXml.ImportContext

ImportContext Class

Represents the import context.

Inheritance
ImportContext
Namespace: GrapeCity.Spreadsheet.IO.OpenXml
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public class ImportContext
Public Class ImportContext

Constructors

Name Description
ImportContext(UnitConverter, Func<string>)

Initializes a new instance of the ImportContext class.

Properties

Name Description
CompatibleFeatures

Gets the override compatible features for importing.

CustomData

Gets or sets the custom data for the import context object.

FunctionResolver

Gets or sets the function resolver.

Options

Gets or sets an ImportOptions value indicates options for importing process.

UnitConverter

Gets the unit converter which converts measurement values.

Methods

Name Description
FinalizeImporting()

Allows the caller to try to free resources and perform other cleanup operations before the importing process finished.