Spread Silverlight Documentation
CalcValueFunction Class
Members 


GrapeCity.CalcEngine.Functions Namespace : CalcValueFunction Class
Converts a text string that represents a number to a number.
Object Model
CalcValueFunction Class
Syntax
'Declaration
 
Public Class CalcValueFunction 
   Inherits CalcBuiltinFunction
'Usage
 
Dim instance As CalcValueFunction
public class CalcValueFunction : CalcBuiltinFunction 
Remarks
Text can be in any of the constant number, date, or time formats recognized by Microsoft Excel. If text is not in one of these formats, VALUE returns the #VALUE! error value.
Inheritance Hierarchy

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

See Also

Reference

CalcValueFunction Members
GrapeCity.CalcEngine.Functions Namespace