GrapeCity MultiRow Windows Forms Documentation
GetRowState(Int32) Method


The index of the row.
Retrieves the state of the row with the specified index.
Syntax
<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
)

Parameters

rowIndex
The index of the row.

Return Value

A bitwise combination of MultiRowElementStates values that indicates the state of the specified row.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe rowIndex is less than 0 or greater than the number of Rows minus 1.
Requirements

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

See Also

Reference

RowCollection Class
RowCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.