provides access to the cells or to sub-ranges of a cell range.
More...
import"XCellRange.idl";
provides access to the cells or to sub-ranges of a cell range.
- See also
- com::sun::star::table::CellRange
- Developers Guide
- Spreadsheet Documents - Cell and Cell Range Access
◆ getCellByPosition()
Returns a single cell within the range.
- Parameters
-
nColumn | is the column index of the cell inside the range. |
nRow | is the row index of the cell inside the range. |
- Returns
- the specified cell.
- Exceptions
-
- See also
- com::sun::star::table::Cell
◆ getCellRangeByName()
Returns a sub-range of cells within the range.
The sub-range is specified by its name. The format of the range name is dependent of the context of the table. In spreadsheets valid names may be "A1:C5" or "$B$2" or even defined names for cell ranges such as "MySpecialCell".
- Parameters
-
aRange | the name of the sub-range. |
- Returns
- the specified cell range.
- See also
- com::sun::star::table::CellRange
◆ getCellRangeByPosition()
Returns a sub-range of cells within the range.
- Parameters
-
nLeft | is the column index of the first cell inside the range. |
nTop | is the row index of the first cell inside the range. |
nRight | is the column index of the last cell inside the range. |
nBottom | is the row index of the last cell inside the range. |
- Returns
- the specified cell range.
- Exceptions
-
- See also
- com::sun::star::table::CellRange
The documentation for this interface was generated from the following file: