ExpressionEditButtons.Remove

Syntax

ExpressionEditButtons.Remove( indexOrKind, specify)

Purpose

Removes the specified item from this collection, if it exists.

Parameters

indexOrKind As Long

[In] When you pass SpecifyButton_ByIndex as the specify parameter, indexOrKind is the zero-based index of the button to remove from the collection. When you pass SpecifyButton_ByKind , all buttons with a kind of indexOrKind are removed from the collection.

specify As SpecifyExpressionEditButton

[In] Specifies whether indexOrKind is a button index or a button kind.

See Also

ExpressionEditButtonKinds

ExpressionEditButtons.Clear

ExpressionEditButtons.Insert