BCGControlBar Library for .NET
AddGroups Method




Collection of indexes to group by.
Specifies whether to clear the existing groups (true), or add to them.
Adds several groups at once.
Syntax
'Declaration
 
Public Sub AddGroups( _
   ByVal dataIndexes As ArrayList, _
   ByVal clearData As Boolean _
) 
'Usage
 
Dim instance As GridData
Dim dataIndexes As ArrayList
Dim clearData As Boolean
 
instance.AddGroups(dataIndexes, clearData)
public void AddGroups( 
   ArrayList dataIndexes,
   bool clearData
)
public: void AddGroups( 
   ArrayList* dataIndexes,
   bool clearData
) 
public:
void AddGroups( 
   ArrayList^ dataIndexes,
   bool clearData
) 

Parameters

dataIndexes
Collection of indexes to group by.
clearData
Specifies whether to clear the existing groups (true), or add to them.
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