'宣言 Public MustInherit Class XLShape Implements ICloneable
public abstract class XLShape : ICloneable
'宣言 Public MustInherit Class XLShape Implements ICloneable
public abstract class XLShape : ICloneable
Excel シートには、画像、グラフィカル要素、コントロール、コメントなどの さまざまなタイプの埋め込み図形を挿入できます。
XLShape抽象クラスには、すべての図形タイプに共通の情報が含まれます。たとえば、図形の位置( Sheet、 Row、 Column, Rectangle、 Rotation)、図形の周囲に描画される境界線のタイプ( LineWidth、 LineColor、 LineStyle)、図形に適用される Rotation、 Hyperlink情報などがあります。
XLPictureShapeクラスは XLShapeから派生され、シートに画像を埋め込むために使用されます。
System.Object
C1.Xaml.Excel.XLShape
C1.Xaml.Excel.XLPictureShape
C1.Xaml.Excel.XLTextShape