Spread Silverlight Documentation
ActualHeight Property (Row)


GrapeCity.Windows.SpreadSheet.Data Namespace > Row Class : ActualHeight Property
Gets the height of the row in pixels.
Syntax
'Declaration
 
Public ReadOnly Property ActualHeight As System.Double
'Usage
 
Dim instance As Row
Dim value As System.Double
 
value = instance.ActualHeight
public System.double ActualHeight {get;}

Property Value

A value that indicates the height of this row in pixels. The default value is 20 pixels.
See Also

Reference

Row Class
Row Members