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.


method summary
 iconditionalformat addcondition()
          adds new condition to the collection.
 iconditionalformat get(int index)
          returns single element from the collection.
 int getcount()
          returns number of elements in the collection.
 void removeat(int index)
          removes the conditional formatting at the specified index.
 
method detail

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.


网站地图