AutoFilterSortConditionCollection

AutoFilterSortConditionCollection

Overview

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

Represents the AutoFilterSortConditionCollection component.

This class provides 6 methods for working with AutoFilterSortConditionCollection objects in Java programs. Available methods include: add, clear, get, getCount, iterator, removeAt. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: count.

Description

AutoFilterSortConditionCollection is a class in the Aspose.Cells FOSS library for Java that exposes 6 methods and 1 property for programmatic use. It extends Iterable<AutoFilterSortCondition>, inheriting shared functionality from its parent type.

Core capabilities include: Removes at; clears the current state maintained by this object. These operations enable developers to integrate autofiltersortconditioncollection functionality directly into Java applications.

The class also provides the count property (returns the count).

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.

See Also

 English