Show / Hide Table of Contents

Class DoubleEnumerableArgConverter

Inheritance
System.Object
CollectionFlattener<ExcelDoubleCellValue>
DoubleEnumerableArgConverter
Inherited Members
CollectionFlattener<ExcelDoubleCellValue>.FuncArgsToFlatEnumerable(IEnumerable<FunctionArgument>, Action<FunctionArgument, IList<ExcelDoubleCellValue>>)
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 DoubleEnumerableArgConverter : CollectionFlattener<ExcelDoubleCellValue>

Methods

ConvertArgs(Boolean, Boolean, IEnumerable<FunctionArgument>, ParsingContext)

Declaration
public virtual IEnumerable<ExcelDoubleCellValue> ConvertArgs(bool ignoreHidden, bool ignoreErrors, IEnumerable<FunctionArgument> arguments, ParsingContext context)
Parameters
Type Name Description
System.Boolean ignoreHidden
System.Boolean ignoreErrors
System.Collections.Generic.IEnumerable<FunctionArgument> arguments
ParsingContext context
Returns
Type Description
System.Collections.Generic.IEnumerable<ExcelDoubleCellValue>

ConvertArgsIncludingOtherTypes(IEnumerable<FunctionArgument>)

Declaration
public virtual IEnumerable<ExcelDoubleCellValue> ConvertArgsIncludingOtherTypes(IEnumerable<FunctionArgument> arguments)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<FunctionArgument> arguments
Returns
Type Description
System.Collections.Generic.IEnumerable<ExcelDoubleCellValue>
Back to top Generated by DocFX