## Filter by icon The examples in this folder demonstrate how to use the AutoFilter method to filter by icon. You can set the **AutoFilterOperator** parameter to: - **Icon** and filter by the specified icon - **NoIcon** and filter by rows with no icon Before you can apply an icon filter, you must first create an **IIconSetCondition** instance and an **IFormatCondition** instance for the Range.
// xlsx ファイルに保存 workbook.Save("FolderExample.xlsx");
このデモにはVBコードはありません。