Spread WPF 18
GrapeCity.CalcEngine Namespace / IFormattedCellValue Interface
Members


In This Topic
    IFormattedCellValue Interface
    In This Topic
    Represents the value of a cell with a format string.
    Object Model
    IFormattedCellValue Interface
    Syntax
    'Declaration
     
    <EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Public Interface IFormattedCellValue 
       Inherits IReadonlyPrimitiveValue 
    'Usage
     
    Dim instance As IFormattedCellValue
    [EditorBrowsable(EditorBrowsableState.Always)]
    public interface IFormattedCellValue : IReadonlyPrimitiveValue  
    See Also