FlexGrid for UWP/WinRT
Contains(Int32,Int32) メソッド

この範囲に含まれているかどうかを調べる行のインデックス。
この範囲に含まれているかどうかを調べる列のインデックス。
この範囲が指定されたセルを含むかどうかを示す値を取得します。
構文
'宣言
 
Public Overloads Function Contains( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int row,
   System.int col
)

パラメータ

row
この範囲に含まれているかどうかを調べる行のインデックス。
col
この範囲に含まれているかどうかを調べる列のインデックス。

戻り値の型

この範囲が row パラメータと col パラメータによって指定されるセルを含む場合は true。
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

参照

関連項目

CellRange 構造体
CellRange メンバ
オーバーロード一覧

Send Feedback