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