ExpressionEditButtons.Remove
- Updated2025-07-21
- 1 minute(s) read
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.