interface XUsedAreaCursor in module com::sun::star::sheet::

(Global Index)

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

Method Summary

gotoStartOfUsedArea points the cursor to the start of the used area.

gotoEndOfUsedArea points the cursor to the end of the used area.

Known Services Which Export this Interface

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

Method Details



gotoStartOfUsedArea

Syntax

void gotoStartOfUsedArea (
boolean bExpand );

Description

points the cursor to the start of the used area.


gotoEndOfUsedArea

Syntax

void gotoEndOfUsedArea (
boolean bExpand );

Description

points the cursor to the end of the used area.

Top of Page