Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / AutoFormat Property


In This Topic
    AutoFormat Property
    In This Topic
    Gets or sets whether text is displayed with a format.
    Syntax
    'Declaration
     
    
    Public Property AutoFormat As Boolean
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As Boolean
     
    instance.AutoFormat = value
     
    value = instance.AutoFormat
    public bool AutoFormat {get; set;}
    See Also