GrapeCity MultiRow Windows Forms Documentation
Insert Method (ColumnFooterSectionCollection)


The position at which to insert the ColumnFooterSection.
The ColumnFooterSection to insert into the ColumnFooterSectionCollection.
Inserts the specified ColumnFooterSection into the collection at the specified location.
Syntax
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As ColumnFooterSection _
) 
Dim instance As ColumnFooterSectionCollection
Dim index As Integer
Dim item As ColumnFooterSection
 
instance.Insert(index, item)
[Feature(Name="RowCollection", Version="v5.0")]
public void Insert( 
   int index,
   ColumnFooterSection item
)

Parameters

index
The position at which to insert the ColumnFooterSection.
item
The ColumnFooterSection to insert into the ColumnFooterSectionCollection.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe ColumnFooterSectionCollection is read-only.
System.ArgumentNullExceptionThe item is a null reference (Nothing in Visual Basic).
System.ArgumentOutOfRangeExceptionThe index is less than 0 or greater than the number of ColumnFooterSections in the collection.
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.