IsCellCheckBoxChecked Method (SapGridView)

Class

SapGridView.

Action

Returns true if the check box at the specified position is checked.

Syntax

cellCheckBoxChecked = gridView.IsCellCheckBoxChecked(row, column)
Variable Description
cellCheckBoxChecked Boolean.
row Index of the row. The value is zero-based. Integer.
column Column identifier. String.