Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / Formatting Property


In This Topic
    Formatting Property (ClassicCfRule)
    In This Topic
    Gets the formatting of this conditional formatting rule.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Formatting As DifferentialFormat
    'Usage
     
    
    Dim instance As ClassicCfRule
    Dim value As DifferentialFormat
     
    value = instance.Formatting
    public DifferentialFormat Formatting {get;}

    Property Value

    A DifferentialFormat object represents the formatting of this conditional formatting rule.
    See Also