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

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

interface XSheetAnnotationAnchor

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

Description
provides access to a cell annotation attached to a spreadsheet cell.
See also
com::sun::star::sheet::SheetCell
See also
com::sun::star::sheet::CellAnnotation


Known Services which Export this Interface

com::sun::star::sheet::SheetCell represents a single addressable cell in a spreadsheet document.

Methods' Summary

getAnnotation

Methods' Details

getAnnotation
 
com::sun::star::sheet::XSheetAnnotation
getAnnotation();
Returns
the annotation at this anchor.

Top of Page