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


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

    Property Value

    The number format.
    See Also