Spread Windows Forms 15.0
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
    public interface IValue : IPrimitiveValue, IReadonlyPrimitiveValue  
    See Also