Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IIconCriterion Interface / Icon Property


In This Topic
    Icon Property (IIconCriterion)
    In This Topic
    Returns or specifies the icon for a criterion in an icon set conditional formatting rule.
    Syntax
    'Declaration
     
    
    Property Icon As CfIcon
    'Usage
     
    
    Dim instance As IIconCriterion
    Dim value As CfIcon
     
    instance.Icon = value
     
    value = instance.Icon
    CfIcon Icon {get; set;}

    Property Value

    The icon.
    See Also