FormulaEvaluationContext Constructors
Determines the location of the formula and the culture used for correct formula evaluation.Name | Parameters | Description |
---|---|---|
FormulaEvaluationContext() | none | Initializes a new instance of the FormulaEvaluationContext class with the default settings. |
FormulaEvaluationContext(Int32, Int32, Worksheet, CultureInfo, Boolean) | column, row, sheet, culture, isArrayFormula | Initializes a new instance of the FormulaEvaluationContext class with the specified settings. |
FormulaEvaluationContext(Int32, Int32, Worksheet) | column, row, sheet | Initializes a new instance of the FormulaEvaluationContext class with the specified settings. |
See Also