BCGControlBar Library for .NET
AddRowToGroup Method




Specifies a row to add.
Adds a row to group.
Syntax
'Declaration
 
Public Overridable Sub AddRowToGroup( _
   ByVal row As GridDataRow _
) 
'Usage
 
Dim instance As GridData
Dim row As GridDataRow
 
instance.AddRowToGroup(row)
public virtual void AddRowToGroup( 
   GridDataRow row
)
public: virtual void AddRowToGroup( 
   GridDataRow* row
) 
public:
virtual void AddRowToGroup( 
   GridDataRow^ row
) 

Parameters

row
Specifies a row to add.
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