GrapeCity.Xaml.CalcEngine
CalcRandBetweenFunction Class
Members 


GrapeCity.CalcEngine.Functions Namespace : CalcRandBetweenFunction Class
Returns a random integer number between the numbers you specify.
Syntax
'Declaration
 
Public Class CalcRandBetweenFunction 
   Inherits CalcBuiltinFunction
'Usage
 
Dim instance As CalcRandBetweenFunction
public class CalcRandBetweenFunction : CalcBuiltinFunction 
Remarks
A new random integer number is returned every time the worksheet is calculated.
Inheritance Hierarchy

System.Object
   GrapeCity.CalcEngine.Functions.CalcFunction
      GrapeCity.CalcEngine.Functions.CalcBuiltinFunction
         GrapeCity.CalcEngine.Functions.CalcRandBetweenFunction

See Also

Reference

CalcRandBetweenFunction Members
GrapeCity.CalcEngine.Functions Namespace