Name | Description | |
---|---|---|
ExcelEngine Constructor | Initializes a new instance of the ExcelEngine class. |
The following tables list the members exposed by ExcelEngine.
Name | Description | |
---|---|---|
ExcelEngine Constructor | Initializes a new instance of the ExcelEngine class. |
Name | Description | |
---|---|---|
CultureInfo | Gets or sets the C1.CalcEngine.ExpressionEngine.ExpressionEngine.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) | |
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 | Gets a count of data source items. (Inherited from C1.CalcEngine.ExpressionEngine.ExpressionEngine) | |
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) |