ActualHeight Property (Row)
In This Topic
Gets the height of the row in pixels.
Syntax
'Declaration
Public ReadOnly Property ActualHeight As Double
'Usage
Dim instance As Row
Dim value As Double
value = instance.ActualHeight
public double ActualHeight {get;}
Property Value
A value that indicates the height of this row in pixels. The default value is 20 pixels.
See Also