GetCellAbsolute Method (SapTable)

Class

SapTable class

Action

Returns a table cell. If the row is not visible, it will be scrolled into view.

Syntax

cellAbsolute = table.GetCellAbsolute(row, column)
Variable Description
cellAbsolute WINDOW.
row Index of the row. The value is one-based. INTEGER.
column Index of the column. The value is one-based. INTEGER.