Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / Formatter Property


In This Topic
    Formatter Property (Cell)
    In This Topic
    Gets or sets the formatter for a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Formatter As IFormatter
    'Usage
     
    Dim instance As Cell
    Dim value As IFormatter
     
    instance.Formatter = value
     
    value = instance.Formatter
    [DefaultValue("")]
    public IFormatter Formatter {get; set;}

    Property Value

    An IFormatter object that specifies the formatter for the cell. The default value is null.
    See Also