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


In This Topic
    IRichValue Interface
    In This Topic
    Represents a rich cell value.
    Syntax
    'Declaration
     
    
    Public Interface IRichValue 
       Inherits IReadonlyPrimitiveValue 
    'Usage
     
    
    Dim instance As IRichValue
    public interface IRichValue : IReadonlyPrimitiveValue  
    See Also