Spread Silverlight Documentation
Top Property (IExcelRect)


GrapeCity.Excel Namespace > IExcelRect Interface : Top Property
The vertical position of the window. The value is relative to the top edge of the client area of the window.
Syntax
'Declaration
 
Property Top As System.Double
'Usage
 
Dim instance As IExcelRect
Dim value As System.Double
 
instance.Top = value
 
value = instance.Top
System.double Top {get; set;}

Property Value

The vertical position of the window
See Also

Reference

IExcelRect Interface
IExcelRect Members