GrapeCity.Xaml.CalcEngine
AcceptsArray Method (CalcCountIfFunction)


Index of the argument
Determines whether the function accepts array values for the specified argument.
Syntax
'Declaration
 
Public Overrides Function AcceptsArray( _
   ByVal i As Integer _
) As Boolean
'Usage
 
Dim instance As CalcCountIfFunction
Dim i As Integer
Dim value As Boolean
 
value = instance.AcceptsArray(i)
public override bool AcceptsArray( 
   int i
)

Parameters

i
Index of the argument

Return Value

true if the function accepts array values for the specified argument; false otherwise.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcCountIfFunction Class
CalcCountIfFunction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options