Spread Silverlight Documentation
ArgCount Property


Gets the number of parameters being passed to the function.
Syntax
'Declaration
 
Public ReadOnly Property ArgCount As System.Integer
'Usage
 
Dim instance As CalcFunctionExpression
Dim value As System.Integer
 
value = instance.ArgCount
public System.int ArgCount {get;}

Property Value

A System.Int32 value that represents the number of parameters being passed to the function.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcFunctionExpression Class
CalcFunctionExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.