BCGControlBar Library for .NET
Sort Method (GridSort)




Sorts a collection specified in constructor.
Syntax
'Declaration
 
Public Sub Sort() 
'Usage
 
Dim instance As GridSort
 
instance.Sort()
public void Sort()
public: void Sort(); 
public:
void Sort(); 
Remarks
When this function returns, a collection specified in constructor by list parameter is sorted.
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