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

interface XSheetAnnotationAnchor
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSheetAnnotationAnchor
Description
provides access to a cell annotation attached to a spreadsheet cell.
See also
SheetCell
See also
CellAnnotation
Developers Guide
8.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Cells - 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