Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLShape Class
Members

In This Topic
    XLShape Class
    In This Topic
    Represents a shape embedded in an XLSheet.
    Object Model
    XLShape Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class XLShape 
       Implements ICloneable 
    public abstract class XLShape : ICloneable  
    Remarks

    Excel sheets may contain many types of embedded shapes, including images, graphical elements, controls, and comments.

    The XLShape abstract class contains information that is common to all shape types, including the shape's location (Sheet, Row, Column, Rectangle, Rotation), the type of border drawn around the shape (LineWidth, LineColor, LineStyle), the Rotation applied to the shape, and Hyperlink information.

    The XLPictureShape class derives from XLShape and is used to embed images in sheets.

    Inheritance Hierarchy

    System.Object
       C1.WPF.Excel.XLShape
          C1.WPF.Excel.XLOpaqueShape
          C1.WPF.Excel.XLPictureShape
          C1.WPF.Excel.XLTextShape

    See Also