Spread WPF 17
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


In This Topic
    ExcelRect Constructor(Double,Double,Double,Double)
    In This Topic
    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
    See Also