GetCellColor Method (SapGridView)

Class

SapGridView class

Action

Returns an identifier for the color of the cell.

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

Syntax

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