ConditionalFormattingCollection

ConditionalFormattingCollection

Overview

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

A collection of conditional formatting objects.

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.