Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.CellHeight Property

Returns the height of the given cell

Syntax
Public Property Get CellHeight (ByVal iRow As Long, _
ByRef vColKey As Variant) As Long
Parameters
Parameter Description
ByVal iRow As Long The row index
ByRef vColKey As Variant The column key or index
Remarks