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


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

    Property Value

    The formatter for a column. The default value is null, which means that no formatter is set.
    See Also