Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / NumberFormat Property


In This Topic
    NumberFormat Property (StyleObjectInfo)
    In This Topic
    Gets or sets the number format of current cell.
    Syntax
    'Declaration
     
    Public Overridable Property NumberFormat As String
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As String
     
    instance.NumberFormat = value
     
    value = instance.NumberFormat
    public virtual string NumberFormat {get; set;}

    Property Value

    The number format.
    See Also