BCGControlBar Library for .NET
RemoveGroupByColumn Method (GridData)




Specifies the data index of group to remove.
Removes a group.
Syntax
'Declaration
 
Public Function RemoveGroupByColumn( _
   ByVal dataIndex As Integer _
) As Boolean
'Usage
 
Dim instance As GridData
Dim dataIndex As Integer
Dim value As Boolean
 
value = instance.RemoveGroupByColumn(dataIndex)
public bool RemoveGroupByColumn( 
   int dataIndex
)
public: bool RemoveGroupByColumn( 
   int dataIndex
) 
public:
bool RemoveGroupByColumn( 
   int dataIndex
) 

Parameters

dataIndex
Specifies the data index of group to remove.
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