ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLShape Class / Rectangle Property

In This Topic
    Rectangle Property
    In This Topic
    Gets or sets the rectangle that contains the shape, in twips.
    Syntax
    'Declaration
     
    Public Property Rectangle As System.Drawing.RectangleF
    public System.Drawing.RectangleF Rectangle {get; set;}
    See Also