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

(Global Index)

Syntax

interface XSheetConditionalEntry : com::sun::star::uno::XInterface ;

Description

represents an entry in a conditional format.

See also

TableConditionalEntry

Method Summary

getStyleName returns the name of the cell style that is used when the condition is fulfilled.

setStyleName sets the name of the cell style that is used when the condition is fulfilled.

Known Services Which Export this Interface

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

Method Details



getStyleName

Syntax

string getStyleName ();

Description

returns the name of the cell style that is used when the condition is fulfilled.


setStyleName

Syntax

void setStyleName (
string aStyleName );

Description

sets the name of the cell style that is used when the condition is fulfilled.

Top of Page