20 #ifndef __com_sun_star_sheet_XSheetAnnotations_idl__
21 #define __com_sun_star_sheet_XSheetAnnotations_idl__
27 module
com { module sun { module star { module sheet {
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:40
provides methods to access cell annotations via index and to insert and remove annotations.
Definition: XSheetAnnotations.idl:37
void removeByIndex([in] long nIndex)
removes a cell annotation from the collection.
void insertNew([in] com::sun::star::table::CellAddress aPosition, [in] string aText)
creates a new annotation.
Definition: Ambiguous.idl:22
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:30