Excel for .NET
XLShape クラス
メンバ 

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

Excel シートには、画像、グラフィックス、コントロール、コメントなどを埋め込むことができます。

XLShapeクラスは抽象型クラスで、シート内の図形の位置( SheetRowColumnRectangleRotation)、境界線( LineWidthLineColorLineStyle)、他の情報( RotationHyperlink)を格納しています。

XLShapeクラスは XLPictureShapeおよび XLOpaqueShapeクラスのベースクラスです。

継承階層

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

参照

XLShape メンバ
C1.Excel 名前空間