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

interface XSheetAnnotationAnchor
Description
provides access to a cell annotation attached to a spreadsheet cell.
See also
SheetCell, CellAnnotation
Developers Guide
Spreadsheets - Cell Annotations

Methods' Summary
getAnnotation returns the annotation at this anchor.  
Methods' Details
getAnnotation
XSheetAnnotation
getAnnotation();

Description
returns the annotation at this anchor.
Top of Page