Spread Silverlight Documentation
MaxArgs Property (CalcImLnFunction)


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

Property Value

The maximum number of arguments for the function.
See Also

Reference

CalcImLnFunction Class
CalcImLnFunction Members