ActiveReports 8
RemoveAt Method (CustomPropertyDefinitionCollection)

The zero-based index of the element to remove.
Removes the element at the specified index of the  CustomPropertyDefinitionCollection instance. This method is not overridable.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The zero-based index of the element to remove.
See Also

Reference

CustomPropertyDefinitionCollection Class
CustomPropertyDefinitionCollection Members

Support Forum