ExpressionEditButtons.Insert

Syntax

ExpressionEditButtons.Insert( itemIndexParam, kind)

Return Value

ExpressionEditButton

The button added to the collection.

Purpose

Adds a new item to the collection.

Parameters

itemIndexParam As Long

[In] Specifies the zero-based index where the new button is inserted. Pass -1 to insert the ExpressionEdit button at the end of the collection.

kind As Long

[In] Use the ExpressionEditButtonKinds constants to specify what kind of ExpressionEdit button is created.

See Also

ExpressionEditButtonKinds

ExpressionEditButtons.Remove