Spread Silverlight Documentation
Height Property (ExcelRow)


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

Property Value

The height of the two.
See Also

Reference

ExcelRow Class
ExcelRow Members