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






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

Glossary Item Box

Inserts a LookUpChar object into the LookUpCharCollection at the specified index.Inserts a LookUpChar object into the LookUpCharCollection at the specified index.

Syntax

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

Parameters

index
The zero-based index at which value is inserted.
value
The LookUpChar 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.