Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / FormattedCellValue Class
Members


In This Topic
    FormattedCellValue Class
    In This Topic
    Represents the value of a cell with a format string.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class FormattedCellValue 
       Implements ICellValue, IFormattedCellValue, IFormattedCellValue2, IReadonlyPrimitiveValue 
    'Usage
     
    
    Dim instance As FormattedCellValue
    public sealed class FormattedCellValue : ICellValue, IFormattedCellValue, IFormattedCellValue2, IReadonlyPrimitiveValue  
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.FormattedCellValue

    See Also