AutoFilterSortConditionCollection

AutoFilterSortConditionCollection

Overview

AutoFilterSortConditionCollection is a class in Aspose.Cells FOSS for Java. Inherits from: Iterable<AutoFilterSortCondition>.

Represents the AutoFilterSortConditionCollection component.

Properties

NameTypeAccessDescription
countintReadReturns the count.

Methods

SignatureDescription
getCount()intReturns the count.
get(index: int)AutoFilterSortConditionReturns the requested item.
add(reference: String)intAdds a new item to the current collection.
removeAt(index: int)Removes at.
clear()Clears the current state maintained by this object.
iterator()Iterator<AutoFilterSortCondition>Returns an iterator over the current collection.