Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IPrimitiveValue Interface
Members


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