Show / Hide Table of Contents

Class ExcelCalculationOption

Options used by the formula parser

Inheritance
System.Object
ExcelCalculationOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public class ExcelCalculationOption

Constructors

ExcelCalculationOption()

Declaration
public ExcelCalculationOption()

Properties

AllowCircularReferences

Do not throw an exception if the formula parser encounters a circular reference

Declaration
public bool AllowCircularReferences { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX