ComponentOne Studio for WinRT XAML
Add(Int32,Int32,String,String,Boolean) メソッド

コメントの上端の行のインデックス。
コメントの左端の列のインデックス。
コメントの作成者。
コメントのテキスト。
authortext を RTF 形式に変換するかどうかを示すフラグ。
XLComment オブジェクトを作成し、それをコレクションに付加します。
構文
'宣言
 
Public Overloads Function Add( _
   ByVal rowIndex As System.Integer, _
   ByVal colIndex As System.Integer, _
   ByVal author As System.String, _
   ByVal text As System.String, _
   ByVal toRtf As System.Boolean _
) As XLComment
public XLComment Add( 
   System.int rowIndex,
   System.int colIndex,
   System.string author,
   System.string text,
   System.bool toRtf
)

パラメータ

rowIndex
コメントの上端の行のインデックス。
colIndex
コメントの左端の列のインデックス。
author
コメントの作成者。
text
コメントのテキスト。
toRtf
authortext を RTF 形式に変換するかどうかを示すフラグ。

戻り値の型

オブジェクトがコレクションに正常に追加された場合は、そのオブジェクトへの参照。 オブジェクトがコレクションに追加されなかった場合は、null(通常は、 追加するコメントがコレクション内の既存のコメントと重なることが原因です)。
参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.