Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / NumberFormat Property


In This Topic
    NumberFormat Property (IStyle)
    In This Topic
    Gets or sets a System.String value that represents the format code for the style.
    Syntax
    'Declaration
     
    
    Property NumberFormat As String
    'Usage
     
    
    Dim instance As IStyle
    Dim value As String
     
    instance.NumberFormat = value
     
    value = instance.NumberFormat
    string NumberFormat {get; set;}

    Property Value

    The number format.
    See Also