GrapeCity.Win.MultiRow Namespace > RowCollection Class > GetRowState Method : GetRowState(Int32) Method |
<FeatureAttribute(Name="RowCollection", Version="v5.0")> Public Overloads Function GetRowState( _ ByVal rowIndex As Integer _ ) As MultiRowElementStates
Dim instance As RowCollection Dim rowIndex As Integer Dim value As MultiRowElementStates value = instance.GetRowState(rowIndex)
[Feature(Name="RowCollection", Version="v5.0")] public MultiRowElementStates GetRowState( int rowIndex )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The rowIndex is less than 0 or greater than the number of Rows 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