Insert a new item

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Insert(
	int index,
	string value
)
Public Sub Insert ( _
	index As Integer, _
	value As String _
)
public:
void Insert(
	int index, 
	String^ value
)

Parameters

index
Int32
Item position
value
String
Value to insert

See Also