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

interface XIconSetEntry

Methods' Summary
getFormula  
setFormula  
getType  
setType * See com.sun.star.sheet.IconSetEntryType for possible values.  
Methods' Details
getFormula
string
getFormula();

setFormula
void
setFormula( [in] string  Formula );

getType
long
getType();

setType
void
setType( [in] long  Type );

Description
* See com.sun.star.sheet.IconSetEntryType for possible values.
Top of Page