Spread Windows Forms 17
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 ICellValue, IReadonlyPrimitiveValue 
    'Usage
     
    
    Dim instance As IRichValue
    public interface IRichValue : ICellValue, IReadonlyPrimitiveValue  
    See Also