CustomCommandButtonCollection.CopyTo

CustomCommandButtonCollection.CopyTo method

Copies the collection to an array.

public void CopyTo(Array array, int index)
ParameterTypeDescription
arrayArrayThe array.
indexInt32The start index of the array.

See Also