Spread Windows Forms 12.0 Product Documentation
FunctionResolver Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > ImportContext Class : FunctionResolver Property
Gets or sets the function resolver.
Syntax
'Declaration
 
Public Property FunctionResolver As IFunctionResolver
'Usage
 
Dim instance As ImportContext
Dim value As IFunctionResolver
 
instance.FunctionResolver = value
 
value = instance.FunctionResolver
public IFunctionResolver FunctionResolver {get; set;}

Property Value

An GrapeCity.CalcEngine.IFunctionResolver object represents the function resolver.
See Also

Reference

ImportContext Class
ImportContext Members