Name | Description | |
---|---|---|
![]() | VBAEngine Constructor | Initializes a new instance of the VBAEngine class. |
The following tables list the members exposed by VBAEngine.
Name | Description | |
---|---|---|
![]() | VBAEngine Constructor | Initializes a new instance of the VBAEngine class. |
Name | Description | |
---|---|---|
![]() | CultureInfo | Gets or sets the CultureInfo to use when parsing numbers and dates. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | CurrentIndex | Overridden. Gets or sets the index of the entry from data source. |
![]() | DataSource | Overridden. Gets or sets the object used as the data source. |
![]() | Expression | Gets or sets the expression string. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | IsValid | Gets a value that indicates whether the expression is valid. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
Name | Description | |
---|---|---|
![]() | AddAlias | Adds an alias for a field from DataSource. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | AddError | Adds an error to the error collection. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | AddFunction | Adds a custom function. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | AddVariable | |
![]() | Evaluate | Gets a result of expression. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | GetErrors | Gets a enumerator of C1.CalcEngine.ErrorInfo objects. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | GetExpressionItems | Gets a enumerator of C1.CalcEngine.ExpressionItem of the current context. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | GetFieldNames | Overridden. Gets the data source field names. |
![]() | GetItemsCount | Overridden. Gets a count of data source items. |
![]() | GetValue | Overridden. Gets a value from data source. |
![]() | TryAddAlias | (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |
![]() | TryEvaluate | Gets a result of expression. A return value indicates whether the evaluate succeeded or failed. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) |