GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface
Members


In This Topic
IValue Interface
In This Topic
Represents an interfaces for a calculated value of calculation engine.
Syntax
'Declaration
 
Public Interface IValue 
   Inherits IPrimitiveValue, IReadonlyPrimitiveValue 
 
'Usage
 
Dim instance As IValue
See Also