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

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

interface XSheetConditionalEntry

Base Interface
com::sun::star::uno::XInterface

Description
represents an entry in a conditional format.
See also
com::sun::star::sheet::TableConditionalEntry


Known Services which Export this Interface

com::sun::star::sheet::TableConditionalEntry a single entry in a TableConditionalFormat object.

Methods' 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.

Methods' Details

getStyleName
 
string
getStyleName();
Description
returns the name of the cell style that is used when the condition is fulfilled.
setStyleName
 
void
setStyleName(
[ in ] string aStyleName );

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

Top of Page