Remove specified item
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void Delete( int index )
Public Sub Delete ( _ index As Integer _ )
public: void Delete( int index )
Parameters
- index
- Int32
The item index to remove, where the first item in the list has an index of 0.