Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ExcelShape Constructor / ExcelShape Constructor(Double,Double,Double,Double)
left
top
right
bottom


In This Topic
    ExcelShape Constructor(Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the ExcelShape class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal right As Double, _
       ByVal bottom As Double _
    )
    'Usage
     
    
    Dim left As Double
    Dim top As Double
    Dim right As Double
    Dim bottom As Double
     
    Dim instance As New ExcelShape(left, top, right, bottom)
    public ExcelShape( 
       double left,
       double top,
       double right,
       double bottom
    )

    Parameters

    left
    left
    top
    top
    right
    right
    bottom
    bottom
    See Also