CustomCommandButtonCollection.Insert

CustomCommandButtonCollection.Insert method

Inserts a button at the index.

public void Insert(int index, object value)
ParameterTypeDescription
indexInt32Index.
valueObjectThe CustomCommandButton object.

See Also