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


In This Topic
    Formatter Property (FormattedCellValue)
    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