Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ImportContext Class / FunctionResolver Property


In This Topic
    FunctionResolver Property
    In This Topic
    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