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