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

interface XDataBarEntry

Methods' Summary
getFormula  
setFormula  
getType  
setType * See com.sun.star.sheet.DataBarEntryType 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.DataBarEntryType for possible values
Top of Page