Adds an array of GridGroupSummarySortInfo objects to the current collection.
public void AddRange( params GridGroupSummarySortInfo[] items )
Public Sub AddRange( ByVal items As GridGroupSummarySortInfo[] )
The AddRange method appends the specified objects to the collection. To clear the collection and add new objects, use the ClearAndAddRange method.