Creates a new FunctionValue object setting the Value property to the Range passed in to the constructor and setting the Type property to FunctionValueType.RANGE.

public FunctionValue(Range range)
Public Sub New FunctionValue(range As Range)
FunctionValue myValue = new FunctionValue(3.5d);
Dim myValue As New FunctionValue(3.5d)