Spread Silverlight Documentation
Height Property (ExcelRect)


GrapeCity.Excel Namespace > ExcelRect Class : Height Property
Height of the window.
Syntax
'Declaration
 
Public Property Height As System.Double
'Usage
 
Dim instance As ExcelRect
Dim value As System.Double
 
instance.Height = value
 
value = instance.Height
public System.double Height {get; set;}

Property Value

The height of the window.
See Also

Reference

ExcelRect Class
ExcelRect Members