GetCell Method (SapTable)

Class

SapTable class

Action

Returns a visible table cell.

Syntax

cell = table.GetCell(row, column)
Variable Description
cell WINDOW.
row Index of the row, starting at the first visible row. The value is one-based. INTEGER.
column Index of the column. The value is one-based. INTEGER.