Sign in
appsheet-third-party
/
epplus
/
21af9e19c1d54d671cbb66dd1ba2b4a15de4b68a
/
.
/
EPPlus
/
FormulaParsing
/
ExcelCalculationOption.cs
blob: a94d5ef07eadb9dced4f55e47d9687b6620bfcab [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
FormulaParsing
;
public
class
ExcelCalculationOption
{
public
ExcelCalculationOption
()
{
AllowCirculareReferences
=
false
;
}
public
bool
AllowCirculareReferences
{
get
;
set
;
}
}