Spread WPF 18
GrapeCity.CalcEngine Namespace / FormattedCellValue Class / Formatter Property


In This Topic
    Formatter Property
    In This Topic
    Gets the formatter which is used to format this value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Formatter As IFormatter
    'Usage
     
    Dim instance As FormattedCellValue
    Dim value As IFormatter
     
    value = instance.Formatter
    public IFormatter Formatter {get;}
    See Also