IsCellCheckBoxChecked Method (SapGridView)

Class

SapGridView class

Action

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

Syntax

bCellCheckBoxChecked = gridView.IsCellCheckBoxChecked(row, column)
Variable Description
bCellCheckBoxChecked BOOLEAN.
row Index of the row. The value is one-based. INTEGER.
column Column identifier. STRING.