Show / Hide Table of Contents

Class DoubleEnumerableParseOptions

Options for parsing function arguments to a list of doubles

Inheritance
System.Object
DoubleEnumerableParseOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Boolean

IgnoreHiddenCells

Ignore hidden cells

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

IgnoreNestedSubtotalAggregate

Ignore results from underlying SUBTOTAL or AGGREGATE functions

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

IgnoreNonNumeric

Ignore cells with non-numeric values

Declaration
public bool IgnoreNonNumeric { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX