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

interface XSheetAnnotationsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSheetAnnotationsSupplier
Description
provides access to a collection of cell annotations.

Methods' Summary
getAnnotations returns the collection of cell annotations.
Methods' Details
getAnnotations
XSheetAnnotations
getAnnotations();
 
 

Description
returns the collection of cell annotations.
See also
CellAnnotations
Top of Page