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


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.
    Example
    This example sets the Formatter property.
    See Also