Class Top10Filter
Class Top10Filter
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the top 10 filter.
public class Top10Filter
Inheritance
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
IsPercent
Indicates whether the items is percent.
public bool IsPercent { get; set; }
Property Value
IsTop
Indicates whether it’s top filter.
public bool IsTop { get; set; }
Property Value
Items
Gets and sets the items of the filter.
public int Items { get; set; }