Excel for UWP/WinRT
XLShape クラス
メンバ 

XLSheet に埋め込まれた図形を表します。
オブジェクト モデル
XLShape クラス
構文
'宣言
 
Public MustInherit Class XLShape 
   Implements ICloneable 
public abstract class XLShape : ICloneable  
解説

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

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

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

継承階層

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

Requirements

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

参照

関連項目

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

Send Feedback