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