CountIf
Class
Implements the COUNTIF function, which counts cells in a range that meet a specified criteria.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class CountIf : FunctionWithArguments
Inheritance: objectFunctionBaseFunctionWithArgumentsCountIf
Inherited Members
Constructors
Initializes a new instance of the COUNTIF function.
C#
public CountIf()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Evaluates the COUNTIF function and returns the count of cells matching the criteria.
C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<object> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the argument conversion rules.
C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Gets the function info.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: