Excel for UWP/WinRT
XLCommentShape コンストラクタ(String,Rect)

新しい XLCommentShape に格納されているテキスト。
セルに対する画像のサイズおよび位置を 指定する四角形(ツイップ単位)。
XLCommentShape の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal text As System.String, _
   ByVal rc As Windows.Foundation.Rect _
)
public XLCommentShape( 
   System.string text,
   Windows.Foundation.Rect rc
)

パラメータ

text
新しい XLCommentShape に格納されているテキスト。
rc
セルに対する画像のサイズおよび位置を 指定する四角形(ツイップ単位)。
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

参照

関連項目

XLCommentShape クラス
XLCommentShape メンバ
オーバーロード一覧

Send Feedback