RemoveCustomByIndex Method

Deletes the custom property name (key) and value that correspond to an index value.

See Also | Example

Signature

object.RemoveCustomByIndex(Index)

Object

SummaryInfo
The object or objects this method applies to.

Index

Long; the index value of the property you want to delete. The index range is from zero to one less than the number of custom properties.

 

   Comments?