ASPxClientSpreadsheetPopupMenuItemCollection.Insert(index, item) Method
Adds the specified item to the specified position within the collection.
Declaration
Insert(
index: number,
item: ASPxClientSpreadsheetPopupMenuItem
): void
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The index at which the specified item should be inserted. |
| item | ASPxClientSpreadsheetPopupMenuItem | An ASPxClientSpreadsheetPopupMenuItem object to insert. |
See Also