BCGControlBar Library for .NET
GetSortedRow Method




The zero-based index.
Retrieves a sorted row located at the specified index.
Syntax
'Declaration
 
Public Function GetSortedRow( _
   ByVal index As Integer _
) As GridDataRow
'Usage
 
Dim instance As GridData
Dim index As Integer
Dim value As GridDataRow
 
value = instance.GetSortedRow(index)
public GridDataRow GetSortedRow( 
   int index
)
public: GridDataRow* GetSortedRow( 
   int index
) 
public:
GridDataRow^ GetSortedRow( 
   int index
) 

Parameters

index
The zero-based index.

Return Value

Row or null.
Remarks
In Virtual Mode this method always returns a dummy row.
In Group Mode this method looks in group index.
If there is no sort, or AccessRealDataOnly is true this method returns a row from RowCollection.
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

GridData Class
GridData Members

Send Feedback