21module 
com {  module sun {  module star {  module table {
 
   69    void gotoOffset( [in] 
long nColumnOffset, [in] 
long nRowOffset );
 
 
provides methods to control the position of a cell cursor.
Definition XCellCursor.idl:29
void gotoStart()
points the cursor to a single cell which is the beginning of a contiguous series of (filled) cells.
void gotoNext()
points the cursor to the next unprotected cell.
void gotoPrevious()
points the cursor to the previous unprotected cell.
void gotoOffset([in] long nColumnOffset, [in] long nRowOffset)
moves the origin of the cursor relative to the current position.
void gotoEnd()
points the cursor to a single cell which is the end of a contiguous series of (filled) cells.
provides access to the cells or to sub-ranges of a cell range.
Definition XCellRange.idl:29
Definition Ambiguous.idl:20