Class IfsWithMultipleMatchesBase
Inherited Members
ExcelFunction.ArgsToDoubleEnumerable(IEnumerable<FunctionArgument>, ParsingContext, ExcelErrorValue)
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.Logical
Assembly: EPPlus.dll
Syntax
public abstract class IfsWithMultipleMatchesBase : ExcelFunction
Methods
GetMatches(String, IList<FunctionArgument>, ParsingContext, out CompileResult)
Declaration
protected IEnumerable<double> GetMatches(string functionName, IList<FunctionArgument> arguments, ParsingContext ctx, out CompileResult errorResult)
Parameters
Type | Name | Description |
---|---|---|
System.String | functionName | |
System.Collections.Generic.IList<FunctionArgument> | arguments | |
ParsingContext | ctx | |
CompileResult | errorResult |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Double> |