Table of Contents

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

bool

IgnoreHiddenCells

Ignore hidden cells

public bool IgnoreHiddenCells { get; set; }

Property Value

bool

IgnoreNestedSubtotalAggregate

Ignore results from underlying SUBTOTAL or AGGREGATE functions

public bool IgnoreNestedSubtotalAggregate { get; set; }

Property Value

bool

IgnoreNonNumeric

Ignore cells with non-numeric values

public bool IgnoreNonNumeric { get; set; }

Property Value

bool