GetCellHeight Method (SapGridView)

Class

SapGridView class

Action

Gets the height of the cell in pixels.

Syntax

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