Excel for UWP/WinRT
Contains メソッド (XLCommentCollection)

検索する XLComment オブジェクト。
コレクションに特定の XLComment オブジェクトが含まれるかどうかを確認します。
構文
'宣言
 
Public Function Contains( _
   ByVal comment As XLComment _
) As System.Boolean
public System.bool Contains( 
   XLComment comment
)

パラメータ

comment
検索する XLComment オブジェクト。

戻り値の型

コレクションにコメントが含まれる場合は true、そうでない場合は false。
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

参照

関連項目

XLCommentCollection クラス
XLCommentCollection メンバ

Send Feedback