ModifyCheckBox Method (SapGridView)
Class
SapGridView
class
Action
Modifies the value of the specified checkbox cell.
Syntax
gridView
.
ModifyCheckBox
(
row
,
column
,
selected
)
Variable
Description
row
Index of the row. The value is one-based. INTEGER.
column
Column identifier. STRING.
selected
Specifies if the check box should be selected. BOOLEAN.