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


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

    Property Value

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