Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / NumberFormat Property


In This Topic
    NumberFormat Property (IFormatCondition)
    In This Topic
    Gets or sets the number format applied to a cell if the conditional formatting rule evaluates to true.
    Syntax
    'Declaration
     
    
    Property NumberFormat As String
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim value As String
     
    instance.NumberFormat = value
     
    value = instance.NumberFormat
    string NumberFormat {get; set;}

    Property Value

    The number format applied to a cell.
    See Also