Spread Silverlight Documentation
OriginalValue Property


GrapeCity.CalcEngine.Expressions Namespace > CalcDoubleExpression Class : OriginalValue Property
Gets the original string of the number.
Syntax
'Declaration
 
Public ReadOnly Property OriginalValue As System.String
'Usage
 
Dim instance As CalcDoubleExpression
Dim value As System.String
 
value = instance.OriginalValue
public System.string OriginalValue {get;}

Property Value

An System.String to indicate the original string of the number.
See Also

Reference

CalcDoubleExpression Class
CalcDoubleExpression Members