interface XSheetConditionalEntries in module com::sun::star::sheet::

(Global Index)

Syntax

interface XSheetConditionalEntries : com::sun::star::container::XIndexAccess ;

Description

the conditions of a conditional format are managed.

See also

TableConditionalFormat

Method Summary

addNew adds a conditional entry to the format.

removeByIndex removes a conditional entry from the format.

clear clears the format.

Known Services Which Export this Interface

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

Method Details



addNew

Syntax

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

Description

adds a conditional entry to the format.

See also

TableConditionalFormat

removeByIndex

Syntax

void removeByIndex (
long nIndex );

Description

removes a conditional entry from the format.


clear

Syntax

void clear ();

Description

clears the format.

Top of Page