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


GrapeCity.Excel Namespace > ExcelRect Class > ExcelRect Constructor : 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
See Also

Reference

ExcelRect Class
ExcelRect Members
Overload List