[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.CalcEngine Assembly
C1.CalcEngine
Interfaces
IEngine
Methods
GetErrors
dotnet-api
C1.CalcEngine Assembly
C1.CalcEngine
Classes
Enums
Interfaces
IDataSheet
IEngine
Properties
Methods
Evaluate
GetErrors
TryEvaluate
IEngineExpressionItems
IEngineExtended
ISupportAliases
ISupportCustomFunctions
ISupportVariables
C1.CalcEngine.ExcelEngine
C1.CalcEngine.ExpressionEngine
C1.CalcEngine.VBAEngine
(Showing Draft Content)
C1.CalcEngine.IEngine.GetErrors
GetErrors Method
GetErrors()
Gets a enumerator of
ErrorInfo
objects.
Declaration
IEnumerable<ErrorInfo> GetErrors()
Returns
Type
Description
IEnumerable
<
ErrorInfo
>