GrapeCity.Xaml.Excel
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 Double, _
   ByVal top As Double, _
   ByVal width As Double, _
   ByVal height As Double _
)
'Usage
 
Dim left As Double
Dim top As Double
Dim width As Double
Dim height As Double
 
Dim instance As New ExcelRect(left, top, width, height)
public ExcelRect( 
   double left,
   double top,
   double width,
   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 Server 2012, Windows RT

See Also

Reference

ExcelRect Class
ExcelRect Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options