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
Boolean

IgnoreHiddenCells

Ignore hidden cells

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

IgnoreNestedSubtotalAggregate

Ignore results from underlying SUBTOTAL or AGGREGATE functions

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

IgnoreNonNumeric

Ignore cells with non-numeric values

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