ProxyWebPartConnectionCollection::Insert Method (Int32, WebPartConnection^)
.NET Framework (current version)
Inserts a WebPartConnection object into the collection at the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
An integer indicating the ordinal position in the collection at which a WebPartConnection should be inserted.
- value
-
Type:
System.Web.UI.WebControls.WebParts::WebPartConnection^
A WebPartConnection to insert into the collection.
If index equals the number of items in the collection, then value is appended to the end of the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: