ConditionalFormattingCollection

ConditionalFormattingCollection

Overview

ConditionalFormattingCollection is a class in Aspose.Cells FOSS for Java.

A collection of conditional formatting objects.

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

Description

ConditionalFormattingCollection is a class in the Aspose.Cells FOSS library for Java that exposes 5 methods and 1 property for programmatic use.

Core capabilities include: Removes at; removes area. These operations enable developers to integrate conditionalformattingcollection 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)FormatConditionCollectionReturns the requested item.
add()intAdds a new item to the current collection.
removeAt(index: int)Removes at.
removeArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int)Removes area.

See Also

 English