Spread WPF 18
GrapeCity.CalcEngine Namespace / IFormattedCellValue2 Interface
Members


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