GetCellState Method (SapGridView)

Class

SapGridView.

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 zero-based. Integer.
column Column identifier. String.