LibreOffice
LibreOffice 5.0 SDK API Reference
|
represents a cell cursor in a table. More...
import "CellCursor.idl";
Exported Interfaces | |
interface | com::sun::star::table::XCellCursor |
provides methods to control the position of the cursor. More... | |
Additional Inherited Members | |
![]() | |
void | gotoStart () |
points the cursor to a single cell which is the beginning of a contiguous series of (filled) cells. More... | |
void | gotoEnd () |
points the cursor to a single cell which is the end of a contiguous series of (filled) cells. More... | |
void | gotoNext () |
points the cursor to the next unprotected cell. More... | |
void | gotoPrevious () |
points the cursor to the previous unprotected cell. More... | |
void | gotoOffset ([in] long nColumnOffset,[in] long nRowOffset) |
moves the origin of the cursor relative to the current position. More... | |
represents a cell cursor in a table.
A cell cursor is simply a cell range which provides methods to move through the table (i.e. relative to the current position).
interface com::sun::star::table::XCellCursor |
provides methods to control the position of the cursor.