Class DcountA
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.Database
Assembly: EPPlus.dll
Syntax
public class DcountA : DatabaseFunction
Constructors
DcountA()
Declaration
public DcountA()
DcountA(RowMatcher)
Declaration
public DcountA(RowMatcher rowMatcher)
Parameters
Type | Name | Description |
---|---|---|
RowMatcher | rowMatcher |
Methods
Execute(IEnumerable<FunctionArgument>, ParsingContext)
Declaration
public override CompileResult Execute(IEnumerable<FunctionArgument> arguments, ParsingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<FunctionArgument> | arguments | |
ParsingContext | context |
Returns
Type | Description |
---|---|
CompileResult |