GrapeCity.Xaml.SpreadSheet.Data
ActualHeight Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > Row Class : ActualHeight Property
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

Reference

Row Class
Row Members