Methods' Details |
getCellData
- Description
- retrieves the data for a given cell
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if the column or row index do not denote a valid cell position.
|
|
getCellToolTip
- Description
- retrieves the tool tip to be displayed when the mouse hovers over a given cell
At the moment, only string tool tips are supported.
If void is returned here, the cell's content will be displayed as tip, but only if it does
not fit into the cell.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if the column or row index do not denote a valid cell position.
|
|
getRowHeading
- Description
- retrieves the heading of a given row
A grid control will usually paint a row's title in the header column of the respective row.
At the moment, only strings are supported as row headings.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if the given index does not denote a valid row.
|
|
getRowData
- Description
- retrieves the data for a complete row
This method is provided for performance and convenience reasons, it delivers the same result
as subsequent calls to getCellData would.
- Parameter Row
- the index of the row whose data should is to be retrieved.
@raises ::com::sun::star::lang::IndexOutOfBoundsException
of the given row index does not denote a valid row.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.