| Kixforms Class Library |
Remove Method (Collection Object) |
Removes a member from the collection.
object.Remove(index)
index:
An expression that specifies the position of a member of the collection. If a numeric expression, index must be a number from 0 to the value of the collection's Count property (minus one). If a string expression, index must correspond to the Key argument specified when the member referred to was added to the collection.
| The CHM file was converted to HTML by chm2web software. |