GrapeCity MultiRow Windows Forms Documentation
AddRange Method (RadioGroupCell.StringCollection)


The string collection whose strings should be added to the end of the list. The string collection itself cannot be a null reference (Nothing in Visual Basic), but it can contain elements that are a null reference (Nothing in Visual Basic).
Adds the strings of the specified string collection to the end of the RadioGroupCell.StringCollection.
Syntax
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of String) _
) 
Dim instance As RadioGroupCell.StringCollection
Dim collection As IEnumerable(Of String)
 
instance.AddRange(collection)
public void AddRange( 
   IEnumerable<string> collection
)

Parameters

collection
The string collection whose strings should be added to the end of the list. The string collection itself cannot be a null reference (Nothing in Visual Basic), but it can contain elements that are a null reference (Nothing in Visual Basic).
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe collection is a null reference (Nothing in Visual Basic).
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

RadioGroupCell.StringCollection Class
RadioGroupCell.StringCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.