ExpressionEditButtons.Insert
- Updated2024-10-09
- 1 minute(s) read
ExpressionEditButtons.Insert
Syntax
ExpressionEditButtons.Insert( itemIndexParam, kind)
Return Value
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.