Table of Contents

Class Top10Filter

Namespace
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly
Spire.XLS.dll
public class Top10Filter
Inheritance
Top10Filter
Inherited Members

Constructors

Top10Filter(bool, bool, int, FilterColumn)

public Top10Filter(bool isTop, bool isPercent, int items, FilterColumn parentcol)

Parameters

isTop bool
isPercent bool
items int
parentcol FilterColumn

Properties

Criteria

public object Criteria { get; set; }

Property Value

object

IsPercent

public bool IsPercent { get; set; }

Property Value

bool

IsTop

public bool IsTop { get; set; }

Property Value

bool

Items

public int Items { get; set; }

Property Value

int