Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfExecutedResult Structure / Icon Property


In This Topic
    Icon Property (CfExecutedResult)
    In This Topic
    Gets the conditional formatting icon.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Icon As CfIcon
    'Usage
     
    
    Dim instance As CfExecutedResult
    Dim value As CfIcon
     
    value = instance.Icon
    public CfIcon Icon {get;}

    Property Value

    A CfIcon value represents the conditional formatting icon.
    See Also