GrapeCity.Win.MultiRow Namespace > RowCollection Class > GetLastRow Method : GetLastRow(MultiRowElementStates,MultiRowElementStates) Method |
<FeatureAttribute(Name="RowCollection", Version="v5.0")> Public Overloads Function GetLastRow( _ ByVal includeFilter As MultiRowElementStates, _ ByVal excludeFilter As MultiRowElementStates _ ) As Integer
Dim instance As RowCollection Dim includeFilter As MultiRowElementStates Dim excludeFilter As MultiRowElementStates Dim value As Integer value = instance.GetLastRow(includeFilter, excludeFilter)
[Feature(Name="RowCollection", Version="v5.0")] public int GetLastRow( MultiRowElementStates includeFilter, MultiRowElementStates excludeFilter )
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The includeFilter has an invalid value for the MultiRowElementStates enumeration. -or- The excludeFilter has an invalid value for the MultiRowElementStates enumeration. |
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