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


In This Topic
    NumberFormatInfo Property
    In This Topic
    Gets or sets a NumberFormatInfo object that defines the format for displaying a numeric value.
    Syntax
    'Declaration
     
    
    Public Property NumberFormatInfo As NumberFormatInfo
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As NumberFormatInfo
     
    instance.NumberFormatInfo = value
     
    value = instance.NumberFormatInfo
    public NumberFormatInfo NumberFormatInfo {get; set;}
    See Also