| C1.WPF.Excel Namespace : XLShape Class | 

'DeclarationPublic MustInherit Class XLShape Implements ICloneable
public abstract class XLShape : ICloneable
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.
System.Object
   C1.WPF.Excel.XLShape
      C1.WPF.Excel.XLOpaqueShape
      C1.WPF.Excel.XLPictureShape
      C1.WPF.Excel.XLTextShape
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2