GrapeCity.Win.MultiRow Namespace > RowCollection Class > GetNextRow Method : GetNextRow(Int32,MultiRowElementStates) Method |
Public Overloads Function GetNextRow( _ ByVal indexStart As Integer, _ ByVal includeFilter As MultiRowElementStates _ ) As Integer
Dim instance As RowCollection Dim indexStart As Integer Dim includeFilter As MultiRowElementStates Dim value As Integer value = instance.GetNextRow(indexStart, includeFilter)
public int GetNextRow( int indexStart, MultiRowElementStates includeFilter )
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The includeFilter has an invalid value for the MultiRowElementStates enumeration. |
System.ArgumentOutOfRangeException | The indexStart is less than -1. -or- The indexStart is equal to or greater than the number of Rows in the collection minus 1. |
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