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.

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