CalcEngine for .NET
C1.CalcEngine.VBAEngine Namespace / VBAEngine Class
Properties Methods

In This Topic
    VBAEngine Class Members
    In This Topic

    The following tables list the members exposed by VBAEngine.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VBAEngine class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the CultureInfo to use when parsing numbers and dates. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public PropertyOverridden. Gets or sets the index of the entry from data source.  
    Public PropertyOverridden. Gets or sets the object used as the data source.  
    Public PropertyGets or sets the expression string. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public PropertyGets a value that indicates whether the expression is valid. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an alias for a field from DataSource. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public MethodAdds an error to the error collection. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public MethodAdds a custom function. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public Method  
    Public MethodGets a result of expression. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public MethodGets a enumerator of C1.CalcEngine.ErrorInfo objects. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public MethodGets a enumerator of C1.CalcEngine.ExpressionItem of the current context. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public MethodOverridden. Gets the data source field names.  
    Public MethodOverridden. Gets a count of data source items.  
    Public MethodOverridden. Gets a value from data source.  
    Public Method (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Public MethodGets a result of expression. A return value indicates whether the evaluate succeeded or failed. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine)
    Top
    See Also