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

interface XConditionalFormats

Methods' Summary
createByRange  
removeByID  
getConditionalFormats  
getLength  
Methods' Details
createByRange
long
createByRange( [in] XSheetCellRanges  range );

removeByID
void
removeByID( [in] long  ID );

getConditionalFormats
sequence< XConditionalFormat >
getConditionalFormats();

getLength
long
getLength();

Top of Page