Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IFormattedCellValue Interface
Members


In This Topic
    IFormattedCellValue Interface
    In This Topic
    Represents the value of a cell with a format string.
    Syntax
    'Declaration
     
    
    Public Interface IFormattedCellValue 
       Inherits ICellValue, IReadonlyPrimitiveValue 
    'Usage
     
    
    Dim instance As IFormattedCellValue
    public interface IFormattedCellValue : ICellValue, IReadonlyPrimitiveValue  
    See Also