GetCell Method (SapTable)
Class
SapTable
.
Action
Returns a visible table cell.
Syntax
cell
=
table
.
GetCell
(
row
,
column
)
Variable
Description
cell
SapComponent
.
row
Index of the row, starting at the first visible row. The value is zero-based.
Integer
.
column
Index of the column. The value is zero-based.
Integer
.