Spread Silverlight Documentation
Height Property (GcRect)


GrapeCity.Excel Namespace > GcRect Structure : Height Property
A positive number that represents the height of the rectangle. The default is 0.
Syntax
'Declaration
 
Public Property Height As System.Double
'Usage
 
Dim instance As GcRect
Dim value As System.Double
 
instance.Height = value
 
value = instance.Height
public System.double Height {get; set;}
See Also

Reference

GcRect Structure
GcRect Members