Excel for WPF | ComponentOne
C1.WPF.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 Rect
    public Rect Rectangle {get; set;}
    See Also