ModifyCheckBox Method (SapGridView)

Class

SapGridView.

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 zero-based. Integer.
column Column identifier. String.
selected Specifies if the check box should be selected. Boolean.