Show / Hide Table of Contents

Class DoubleEnumerableParseOptions

Options for parsing function arguments to a list of doubles

Inheritance
object
DoubleEnumerableParseOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public class DoubleEnumerableParseOptions

Properties

IgnoreErrors

Ignore errors in cells

Declaration
public bool IgnoreErrors { get; set; }
Property Value
Type Description
bool

IgnoreHiddenCells

Ignore hidden cells

Declaration
public bool IgnoreHiddenCells { get; set; }
Property Value
Type Description
bool

IgnoreNestedSubtotalAggregate

Ignore results from underlying SUBTOTAL or AGGREGATE functions

Declaration
public bool IgnoreNestedSubtotalAggregate { get; set; }
Property Value
Type Description
bool

IgnoreNonNumeric

Ignore cells with non-numeric values

Declaration
public bool IgnoreNonNumeric { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX