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


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