Spread Silverlight Documentation
ExcelRect Constructor(Double,Double,Double,Double)


The horizontal position of the window
The vertical position of the window
The width of the window
The height of the window
Initializes a new instance of the ExcelRect class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
'Usage
 
Dim left As System.Double
Dim top As System.Double
Dim width As System.Double
Dim height As System.Double
 
Dim instance As New ExcelRect(left, top, width, height)
public ExcelRect( 
   System.double left,
   System.double top,
   System.double width,
   System.double height
)

Parameters

left
The horizontal position of the window
top
The vertical position of the window
width
The width of the window
height
The height of the window
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelRect Class
ExcelRect Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.