Chili.Opf3 Send comments on this topic.
RemoveAt Method
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicPropertiesCollection Class : RemoveAt Method




index
Index of the item that is removed.
Removes the item at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DynamicPropertiesCollection
Dim index As Integer
 
instance.RemoveAt(index)
C# 
public void RemoveAt( 
   int index
)
Managed Extensions for C++ 
public: void RemoveAt( 
   int index
) 
C++/CLI 
public:
void RemoveAt( 
   int index
) 

Parameters

index
Index of the item that is removed.

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptionIndex is not a valid index in the DynamicPropertiesCollection.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also