Sign in
appsheet-third-party
/
epplus
/
6e7b3a4f16c92d4e763293e132b75dceb705ad64
/
.
/
EPPlus
/
FormulaParsing
/
ExcelCalculationOption.cs
blob: 79d03bc165c81b0859ed1285e5f6d7351ad64942 [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
FormulaParsing
;
public
class
ExcelCalculationOption
{
public
bool
AllowCirculareReferences
{
get
;
set
;
}
=
false
;
}