ModifyCell Method (SapGridView)
Class
SapGridView
class
Action
Modifies the value of the specified cell.
Syntax
gridView
.
ModifyCell
(
row
,
column
,
value
)
Variable
Description
row
Index of the row. The value is one-based. INTEGER.
column
Column identifier. STRING.
value
The new value of the cell. STRING.