BCGControlBar Library for .NET
QuickSort Method




Syntax
'Declaration
 
Protected Sub QuickSort( _
   ByVal b As Integer, _
   ByVal e As Integer _
) 
'Usage
 
Dim instance As GridSort
Dim b As Integer
Dim e As Integer
 
instance.QuickSort(b, e)
protected void QuickSort( 
   int b,
   int e
)
protected: void QuickSort( 
   int b,
   int e
) 
protected:
void QuickSort( 
   int b,
   int e
) 

Parameters

b
e
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

GridSort Class
GridSort Members

Send Feedback