SAP Help Home SAP Intelligent RPA Help Portal SAP Intelligent RPA Community

Datatype - Range Information

Detail range information like the corresponding Excel address, the amount of cells, the position, etc.

Property Type Description
address string Address of the range.
cellCount number Correspond to the number of cells contained in this range.
rowCount number Correspond to the number of rows contained in this range.
columnCount number Correspond to the number of columns contained in this range.
firstCell any First cell of the range. Cell at the top left position.
lastCell any Last cell of the range. Cell at the bottom right position.