Intersoft WebInput Documentation
Insert Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > CustomPlaceHolderCollection Class : Insert Method






index
The zero-based index at which value is inserted.
value
The CustomPlaceHolder object to insert.

Glossary Item Box

Inserts a CustomPlaceHolder object into the CustomPlaceHolderCollection at the specified index.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Inserts a CustomPlaceHolder object into the CustomPlaceHolderCollection at the specified index.")>
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As CustomPlaceHolder _
) 
Visual Basic (Usage)Copy Code
Dim instance As CustomPlaceHolderCollection
Dim index As System.Integer
Dim value As CustomPlaceHolder
 
instance.Insert(index, value)
C# 
[System.ComponentModel.DescriptionAttribute("Inserts a CustomPlaceHolder object into the CustomPlaceHolderCollection at the specified index.")]
public void Insert( 
   System.int index,
   CustomPlaceHolder value
)
Delphi 
public procedure Insert( 
    index: System.Integer;
    value: CustomPlaceHolder
); 
JScript 
System.ComponentModel.DescriptionAttribute("Inserts a CustomPlaceHolder object into the CustomPlaceHolderCollection at the specified index.")
public function Insert( 
   index : System.int,
   value : CustomPlaceHolder
);
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Inserts a CustomPlaceHolder object into the CustomPlaceHolderCollection at the specified index.")]
public: void Insert( 
   System.int index,
   CustomPlaceHolder* value
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Inserts a CustomPlaceHolder object into the CustomPlaceHolderCollection at the specified index.")]
public:
void Insert( 
   System.int index,
   CustomPlaceHolder^ value
) 

Parameters

index
The zero-based index at which value is inserted.
value
The CustomPlaceHolder object to insert.

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.