Excel for UWP/WinRT
XLComment コンストラクタ

コメントの適用先の行。
コメントの適用先の列。
コメントの作成者。
コメントの内容。
指定された範囲を含む XLComment オブジェクトのインスタンス を作成します。
構文
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal author As System.String, _
   ByVal text As System.String _
)
public XLComment( 
   System.int row,
   System.int col,
   System.string author,
   System.string text
)

パラメータ

row
コメントの適用先の行。
col
コメントの適用先の列。
author
コメントの作成者。
text
コメントの内容。
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

参照

関連項目

XLComment クラス
XLComment メンバ

Send Feedback