GrapeCity.Xaml.Excel
Height Property (ExcelRow)


GrapeCity.Excel Namespace > ExcelRow Class : Height Property
Gets or sets the height of the row.
Syntax
'Declaration
 
Public Property Height As Double
'Usage
 
Dim instance As ExcelRow
Dim value As Double
 
instance.Height = value
 
value = instance.Height
public double Height {get; set;}

Property Value

The height of the two.
See Also

Reference

ExcelRow Class
ExcelRow Members