Represents a filter which can filter in cells in the upper or lower portion of the sorted values.

Gets or sets the type of the filter.

public TopOrBottomFilterType Type { get; set; }

Gets or sets the number or percentage of value of values which should be filtered in.

public int Value { get; set; }