iconditionalformats-ag凯发旗舰厅
com.spire.xls.core
interface iconditionalformats
- all superinterfaces:
- java.lang.iterable
- all known implementing classes:
- condformatcollectionwrapper, conditionalformats, xlsconditionalformats
public interface iconditionalformats
- extends java.lang.iterable
represents a collection of conditional formats.
getcount
int getcount()
- returns number of elements in the collection. read-only.
get
iconditionalformat get(int index)
- returns single element from the collection. read-only.
addcondition
iconditionalformat addcondition()
- adds new condition to the collection.
- returns:
- newly added condition.
removeat
void removeat(int index)
- removes the conditional formatting at the specified index.