Excel for WPF/Silverlight
XLShape クラス
メンバ 

C1.WPF.Excel.4.5.2 アセンブリ > C1.WPF.Excel 名前空間 : XLShape クラス
XLSheetに埋め込まれた図形を表します。
オブジェクト モデル
XLShape クラス
シンタックス
'宣言
 
Public MustInherit Class XLShape 
   Implements ICloneable 
public abstract class XLShape : ICloneable  
解説

Excel シートには、画像、グラフィカル要素、コントロール、コメントなどのさまざまなタイプの埋め込み図形が含まれます。

XLShape抽象クラスには、すべての図形タイプに共通の情報が含まれます。たとえば、図形の位置( SheetRowColumnRectangleRotation)、図形の周囲に描画される境界線のタイプ( LineWidthLineColorLineStyle)、図形に適用される RotationHyperlink情報などがあります。

XLPictureShapeクラスは XLShapeから派生し、シートに画像を埋め込む際に使用されます。

継承階層

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

参照

XLShape メンバ
C1.WPF.Excel 名前空間