Xceed Grid for WinForms v4.3 Documentation
AddRange Method (GroupReportStyleList)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GroupReportStyleList Class : AddRange Method
An array of GroupReportStyle objects representing the group report styles to add to the end of the list.
Adds the elements of a GroupReportStyle array to the end of the list.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal values() As GroupReportStyle _
) 
'Usage
 
Dim instance As GroupReportStyleList
Dim values() As GroupReportStyle
 
instance.AddRange(values)
public void AddRange( 
   GroupReportStyle[] values
)

Parameters

values
An array of GroupReportStyle objects representing the group report styles to add to the end of the list.
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

GroupReportStyleList Class
GroupReportStyleList Members