Syntax
interface XSheetAnnotations : com::sun::star::container::XIndexAccess ;
Description
represents a collection of annotations on a sheet.
See also
- CellAnnotations
-
Method Summary
|
insertNew |
creates and inserts a new annotation and adds
it to the collection.
|
|
removeByIndex |
removes an annotation from the collection.
|
|
Known Services Which Export this Interface
|
com::sun::star::sheet::CellAnnotations -
Method Details
|
|
Syntax
- void insertNew
(
- com::sun::star::table::CellAddress aPosition,
- string aText );
Description
creates and inserts a new annotation and adds
it to the collection.
Syntax
- void removeByIndex
(
- long nIndex );
Description
removes an annotation from the collection.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.