Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / GeneralFormatter Class / FormatMode Property


In This Topic
    FormatMode Property
    In This Topic
    Gets the format mode for this formatter.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public ReadOnly Property FormatMode As FormatMode
    'Usage
     
    Dim instance As GeneralFormatter
    Dim value As FormatMode
     
    value = instance.FormatMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public FormatMode FormatMode {get;}

    Property Value

    The format mode for this formatter. The default value is CustomMode.
    See Also