:: com :: sun :: star :: table ::
|
interface XCellCursor |
- Base Interfaces
XCellCursor
┗ XCellRange
XCellRange |
- (referenced interface's summary:)
- provides access to the cells or to sub-ranges of a cell range.
|
|
- Description
- provides methods to control the position of a cell cursor.
- See also
- CellCursor
|
Methods' Summary |
gotoStart |
points the cursor to a single cell which is the beginning of a
contiguous series of (filled) cells.
|
gotoEnd |
points the cursor to a single cell which is the end of a contiguous
series of (filled) cells.
|
gotoNext |
points the cursor to the next unprotected cell.
|
gotoPrevious |
points the cursor to the previous unprotected cell.
|
gotoOffset |
moves the origin of the cursor relative to the current position.
|
Methods' Details |
gotoStart
- Description
- points the cursor to a single cell which is the beginning of a
contiguous series of (filled) cells.
|
|
gotoEnd
- Description
- points the cursor to a single cell which is the end of a contiguous
series of (filled) cells.
|
|
gotoNext
- Description
- points the cursor to the next unprotected cell.
If the sheet is not protected, this is the next cell to the
right.
|
|
gotoPrevious
- Description
- points the cursor to the previous unprotected cell.
If the sheet is not protected, this is the next cell to the
left.
|
|
gotoOffset
void |
gotoOffset( |
[in] long |
nColumnOffset, |
| [in] long |
nRowOffset ); |
- Description
- moves the origin of the cursor relative to the current position.
- Parameter nColumnOffset
- is the count of columns to move. A negative value moves the
cursor to the left.
- Parameter nRowOffset
- is the count of rows to move. A negative value moves the
cursor to the top.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.