CustomCommandButtonCollection.Add

CustomCommandButtonCollection.Add method

Add a custom command button object to the collection.

public int Add(object value)
ParameterTypeDescription
valueObjectThe custom command button object.

Return Value

The index.

See Also