Spread WPF 18
GrapeCity.CalcEngine Namespace / IValue Interface
Members


In This Topic
    IValue Interface
    In This Topic
    Represents an interfaces for a calculated value of calculation engine.
    Object Model
    IValue Interface
    Syntax
    'Declaration
     
    Public Interface IValue 
       Inherits IPrimitiveValueIReadonlyPrimitiveValue 
    'Usage
     
    Dim instance As IValue
    public interface IValue : IPrimitiveValueIReadonlyPrimitiveValue  
    See Also