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