API Reference
Class
OdsFormulaEvaluationResult
Result of evaluating one expression or formula cell.
Inheritance
- Object
- OdsFormulaEvaluationResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OdsFormulaValue Value { get; } #Scalar result or an error value.
public Boolean Success { get; } #Whether evaluation completed without an error value.
public Int32 Operations { get; } #Number of bounded evaluator operations consumed.
public String Error { get; } #Error text when evaluation failed.