In This Topic
Gets the actual height of the row in pixels.
Syntax
'Declaration
Public ReadOnly Property ActualHeight As Double
'Usage
Dim instance As GridRow
Dim value As Double
value = instance.ActualHeight
public double ActualHeight {get;}
See Also