Spread Silverlight Documentation
Top Property (ExcelRect)


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

Property Value

The vertical position of the window
See Also

Reference

ExcelRect Class
ExcelRect Members