Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / FeaturesInfo Class / AutoFormatting Property


In This Topic
    AutoFormatting Property (FeaturesInfo)
    In This Topic
    Gets or sets a boolean value indicating whether format the cell by the auto-detected number format from the input formula.
    Syntax
    'Declaration
     
    Public Property AutoFormatting As Boolean
    'Usage
     
    Dim instance As FeaturesInfo
    Dim value As Boolean
     
    instance.AutoFormatting = value
     
    value = instance.AutoFormatting
    public bool AutoFormatting {get; set;}
    See Also