Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FilterData Structure / Icons Property


In This Topic
    Icons Property
    In This Topic
    Gets the all display conditional formatting icons of the filter column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Icons As CfIcon()
    'Usage
     
    
    Dim instance As FilterData
    Dim value() As CfIcon
     
    value = instance.Icons
    public CfIcon[] Icons {get;}

    Property Value

    An array of CfIcon represents all conditional formatting icons of the filter column.
    See Also