Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sheet ::

interface XSheetConditionalEntries

Base Interface
com::sun::star::container::XIndexAccess

Description
the conditions of a conditional format are managed.
See also
com::sun::star::sheet::TableConditionalFormat


Known Services which Export this Interface

com::sun::star::sheet::TableConditionalFormat the conditional formatting for a cell or cell range.

Methods' Summary

addNew adds a conditional entry to the format.
removeByIndex removes a conditional entry from the format.
clear clears the format.

Methods' Details

addNew
 
void
addNew(
[ in ] sequence< com::sun::star::beans::PropertyValue > aConditionalEntry );

Description
adds a conditional entry to the format.
See also
com::sun::star::sheet::TableConditionalFormat
removeByIndex
 
void
removeByIndex(
[ in ] long nIndex );

Description
removes a conditional entry from the format.
clear
 
void
clear();
Description
clears the format.

Top of Page