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

interface XSheetAnnotationAnchor
Description
provides access to a cell annotation attached to a spreadsheet cell.
See also
::com::sun::star::sheet::SheetCell, ::com::sun::star::sheet::CellAnnotation
Developers Guide
Methods' Summary
getAnnotation returns the annotation at this anchor.  
Methods' Details
getAnnotation
::com::sun::star::sheet::XSheetAnnotation
getAnnotation();

Description
returns the annotation at this anchor.
Top of Page