GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > RowCollection クラス > GetPreviousRow メソッド : GetPreviousRow(Int32,MultiRowElementStates) メソッド |
Public Overloads Function GetPreviousRow( _ ByVal indexStart As Integer, _ ByVal includeFilter As MultiRowElementStates _ ) As Integer
public int GetPreviousRow( int indexStart, MultiRowElementStates includeFilter )
例外 | 解説 |
---|---|
System.ComponentModel.InvalidEnumArgumentException | includeFilterが、列挙体MultiRowElementStatesの有効な値ではありません。 |
System.ArgumentOutOfRangeException | indexStartが1未満か、コレクション内のRowの数を超えています。 |