GrapeCity MultiRow Windows Forms Documentation
AddRange Method (ColumnHeaderSectionCollection)


An array of ColumnHeaderSection objects to be added to the ColumnHeaderSectionCollection.
Adds the specified ColumnHeaderSection objects to the collection.
Syntax
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public Sub AddRange( _
   ByVal headers() As ColumnHeaderSection _
) 
Dim instance As ColumnHeaderSectionCollection
Dim headers() As ColumnHeaderSection
 
instance.AddRange(headers)
[Feature(Name="RowCollection", Version="v5.0")]
public void AddRange( 
   ColumnHeaderSection[] headers
)

Parameters

headers
An array of ColumnHeaderSection objects to be added to the ColumnHeaderSectionCollection.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe ColumnHeaderSectionCollection is read-only.
System.ArgumentNullExceptionThe headers parameter is a null reference (Nothing in Visual Basic).
System.ArgumentExceptionThe headers parameter 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

ColumnHeaderSectionCollection Class
ColumnHeaderSectionCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.