'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.