Initializes a new instance of the
ExcelRect class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal 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 ,
System.double ,
System.double ,
System.double
)
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