GrapeCity.Xaml.CalcEngine
MinArgs Property (CalcSumIfFunction)


GrapeCity.CalcEngine.Functions Namespace > CalcSumIfFunction Class : MinArgs Property
Gets the minimum number of arguments for the function.
Syntax
'Declaration
 
Public Overrides ReadOnly Property MinArgs As Integer
'Usage
 
Dim instance As CalcSumIfFunction
Dim value As Integer
 
value = instance.MinArgs
public override int MinArgs {get;}

Property Value

The minimum number of arguments for the function.
See Also

Reference

CalcSumIfFunction Class
CalcSumIfFunction Members