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

(Global Index)

Syntax

interface XSpreadsheet : com::sun::star::sheet::XSheetCellRange ;

Method Summary

createCursor creates a cell cursor.

createCursorByRange creates a cell cursor to travel in the given range context.

Known Services Which Export this Interface

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

Method Details



createCursor

Syntax

com::sun::star::sheet::XSheetCellCursor createCursor ();

Description

creates a cell cursor.

See also

Spreadsheet

createCursorByRange

Syntax

com::sun::star::sheet::XSheetCellCursor createCursorByRange (
com::sun::star::sheet::XSheetCellRange aRange );

Description

creates a cell cursor to travel in the given range context.

See also

Spreadsheet
Top of Page