provides methods to access the cell style name for a condition in a conditional format. More...
import "XSheetConditionalEntry.idl";
 
  
| Public Member Functions | |
| string | getStyleName () | 
| returns the name of the cell style that is used when the condition is fulfilled. | |
| void | setStyleName ([in] string aStyleName) | 
| sets the name of the cell style that is used when the condition is fulfilled. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides methods to access the cell style name for a condition in a conditional format.
| string getStyleName | ( | ) | 
returns the name of the cell style that is used when the condition is fulfilled.
| void setStyleName | ( | [in] string | aStyleName | ) | 
sets the name of the cell style that is used when the condition is fulfilled.