Share via


Workbook.IconSets Property (Excel)

This property is used to filter data in a workbook based on a cell icon from the IconSet collection. Read-only.

Version Information

추가된 버전: Excel 2007

Syntax

.IconSets

A variable that represents a Workbook object.

Example

In the following example, data is filtered by a cell icon.

Selection.AutoFilter Field:=1, Criteria1:=ActiveWorkbook.IconSets(xl3Arrows).Item(1), Operator:=xlFilterIcon

참고 항목

개념

Workbook Object

Workbook Object Members