GrapeCity MultiRow Windows Forms Documentation
AddRange Method (ColumnFooterSectionCollection)


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

Parameters

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

ColumnFooterSectionCollection Class
ColumnFooterSectionCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.