Class Top10Filter

Class Top10Filter

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the top 10 filter.

public class Top10Filter

Inheritance

objectTop10Filter

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Criteria

public object Criteria { get; set; }

Property Value

object

IsPercent

Indicates whether the items is percent.

public bool IsPercent { get; set; }

Property Value

bool

IsTop

Indicates whether it’s top filter.

public bool IsTop { get; set; }

Property Value

bool

Items

Gets and sets the items of the filter.

public int Items { get; set; }

Property Value

int