DocumentPropertyCollection.RemoveAt

DocumentPropertyCollection.RemoveAt method

Removes a property at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero based index.

See Also