DotNetParameter.InsertArrayElement

Syntax

DotNetParameter.InsertArrayElement( index)

Purpose

Inserts an element into an array at the specified index.

Remarks

Call this method only on array parameters. Use the DotNetParameter.Flags property to determine whether a parameter is an array.

This method is valid only for one-dimensional array parameters. Use DotNetParameter.ArrayDimensionsEx to determine the number of array dimensions.

Parameters

index As Long

[In] Specifies the zero-based index that specifies the location where to insert the element.

See Also

DotNetParameter.ArrayDimensionsEx

DotNetParameter.DeleteArrayElement

DotNetParameter.Flags