GetCellState Method (SapGridView)
Class
SapGridView
class
Action
Gets the state of the specified cell. Possible values are: Normal, Error, Warning, Info.
Syntax
cellState
=
gridView
.
GetCellState
(
row
,
column
)
Variable
Description
cellState
GRIDCELLSTATE.
row
Index of the row. The value is one-based. INTEGER.
column
Column identifier. STRING.