provides access to the cells or to sub-ranges of all sheets.
More...
import"XCellRangesAccess.idl";
provides access to the cells or to sub-ranges of all sheets.
- See also
- com::sun::star::sheet::Spreadsheets
◆ getCellByPosition()
Returns a single cell within the range.
- Parameters
-
nColumn | is the column index of the cell inside the sheet. |
nRow | is the row index of the cell inside the sheet. |
nSheet | is the sheet index of the sheet inside the document. |
- Returns
- the specified cell.
- Exceptions
-
- See also
- com::sun::star::table::Cell
◆ 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. |
nSheet | is the sheet index of the sheet inside the document. |
- Returns
- the specified cell range.
- Exceptions
-
- See also
- com::sun::star::table::CellRange
◆ getCellRangesByName()
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 "Sheet1.A1:C5" or "$Sheet1.$B$2" or even defined names for cell ranges such as "MySpecialCell".
- Parameters
-
aRange | the name of the sub-range. |
- Returns
- the specified cell ranges.
- See also
- com::sun::star::table::CellRange
The documentation for this interface was generated from the following file: