GrapeCity.Win.MultiRow Namespace > RowCollection Class > GetRowState Method : GetRowState(Int32,Int32,Int32) Method |
Public Overloads Function GetRowState( _ ByVal viewportRowIndex As Integer, _ ByVal viewportColumnIndex As Integer, _ ByVal rowIndex As Integer _ ) As MultiRowElementStates
Dim instance As RowCollection Dim viewportRowIndex As Integer Dim viewportColumnIndex As Integer Dim rowIndex As Integer Dim value As MultiRowElementStates value = instance.GetRowState(viewportRowIndex, viewportColumnIndex, rowIndex)
public MultiRowElementStates GetRowState( int viewportRowIndex, int viewportColumnIndex, int rowIndex )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The rowIndex is less than 0 or greater than the number of Rows minus 1. -or- The viewportRowIndex is not equal to 0 when GcMultiRow is in Freeze mode. -or- The viewportColumnIndex is not equal to 0 when GcMultiRow is in Freeze mode. -or- The viewportRowIndex is less than 0 or greater than the number of viewport rows minus 1 when GcMultiRow is in Split mode. -or- The viewportColumnIndex is less than 0 or greater than the number of viewport columns minus 1 when GcMultiRow is in Split mode. |
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