PowerTools MultiRow for Windows Forms 8.0J
EndRow プロパティ

対応するセルの最後の行のインデックスを取得または設定します。フィルタ項目および並べ替え項目は、StartRowEndRowの間のセルのみに対して動作します。
構文
Public Property EndRow As Integer
public int EndRow {get; set;}

プロパティ値

対応するセルの最後の行を示すSystem.Int32。既定値はSystem.Int32.MaxValueです。
例外
例外解説
System.ArgumentOutOfRangeException指定された値が0未満です。
解説

StartRowプロパティの値とEndRowプロパティの値がどちらも0の場合は、すべての行がこのHeaderDropDownListの対象となります。

StartRowプロパティとEndRowプロパティのどちらか一方の値が0でない場合は、インデックスがStartRowからEndRowまでの行がこのHeaderDropDownListの対象となります。

参照

HeaderDropDownList クラス
HeaderDropDownList メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.