Class DoubleEnumerableParseOptions
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- EPPlus.dll
Options for parsing function arguments to a list of doubles
public class DoubleEnumerableParseOptions
- Inheritance
-
DoubleEnumerableParseOptions
- Inherited Members
Constructors
DoubleEnumerableParseOptions()
public DoubleEnumerableParseOptions()
Properties
IgnoreErrors
Ignore errors in cells
public bool IgnoreErrors { get; set; }
Property Value
IgnoreHiddenCells
Ignore hidden cells
public bool IgnoreHiddenCells { get; set; }
Property Value
IgnoreNestedSubtotalAggregate
Ignore results from underlying SUBTOTAL or AGGREGATE functions
public bool IgnoreNestedSubtotalAggregate { get; set; }
Property Value
IgnoreNonNumeric
Ignore cells with non-numeric values
public bool IgnoreNonNumeric { get; set; }