Class ExcelIconFilterColumn
A filter column filtered by icons
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Filter
Assembly: EPPlus.dll
Syntax
public class ExcelIconFilterColumn : ExcelFilterColumn
Remarks
Note that EPPlus does not filter icon columns
Properties
IconId
The icon Id within the icon set
Declaration
public int IconId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
IconSet
The Iconset to filter by
Declaration
public eExcelconditionalFormattingIconsSetType IconSet { get; set; }
Property Value
| Type | Description |
|---|---|
| eExcelconditionalFormattingIconsSetType |