GetCellState Method (SapGridView)

Class

SapGridView.

Action

Gets the state of the specified cell. Possible values are: Normal, Error, Warning, Info.

Syntax

C#
cellState = gridView.GetCellState(row, column)
VB
cellState = gridView.GetCellState(row, column)
Variable Description
cellState GridCellState.
row Index of the row. The value is zero-based. Integer.
column Column identifier. String.