Syntax
interface XUsedAreaCursor : com::sun::star::uno::XInterface ;
Description
represents a cursor which can move to the start
or end of the used area of a sheet.
See also
- SheetCellCursor
-
Known Services Which Export this Interface
|
com::sun::star::sheet::SheetCellCursor -
Method Details
|
|
Syntax
- void gotoStartOfUsedArea
(
- boolean bExpand );
Description
points the cursor to the start of the used area.
Syntax
- void gotoEndOfUsedArea
(
- boolean bExpand );
Description
points the cursor to the end of the used area.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.