FlexGrid for UWP/WinRT
ContainsRow メソッド

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

パラメータ

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

戻り値の型

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