Class ExcelIconFilterColumn
- Namespace
- OfficeOpenXml.Filter
- Assembly
- EPPlus.dll
A filter column filtered by icons
public class ExcelIconFilterColumn : ExcelFilterColumn
- Inheritance
-
ExcelIconFilterColumn
- Inherited Members
Remarks
Note that EPPlus does not filter icon columns
Properties
IconId
The icon Id within the icon set
public int IconId { get; set; }
Property Value
IconSet
The Iconset to filter by
public eExcelconditionalFormattingIconsSetType IconSet { get; set; }