SetCustomByIndex Method

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

See Also | Example

Signature

object.SetCustomByIndex(Index, key, Value)

Object

SummaryInfo
The object or objects this method applies to.

Index

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

key

String; the custom property name for the index value.

Value

String; the custom property value for the index value.

 

   Comments?