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