Table of Contents

Class ExcelTop10FilterColumn

Namespace
OfficeOpenXml.Filter
Assembly
EPPlus.dll

A filter column filtered by the top or botton values of an range

public class ExcelTop10FilterColumn : ExcelFilterColumn
Inheritance
ExcelTop10FilterColumn
Inherited Members

Properties

FilterValue

The filter value to relate to

public double FilterValue { get; }

Property Value

double

Percent

If the filter value is an percentage

public bool Percent { get; set; }

Property Value

bool

Top

True is top value. False is bottom values.

public bool Top { get; set; }

Property Value

bool

Value

The value to filter on

public double Value { get; set; }

Property Value

double