ModifyCell Method (SapGridView)

Class

SapGridView.

Action

Modifies the value of the specified cell.

Syntax

gridView.ModifyCell(row, column, value)
Variable Description
row Index of the row. The value is zero-based. Integer.
column Column identifier. String.
value The new value of the cell. String.