GetCellColor Method (SapGridView)

Class

SapGridView.

Action

Returns an identifier for the color of the cell.

This can be used to retrieve the color information using GetColorInfo.

Syntax

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