Skip to main content
A newer version of this page is available. .

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

An integer value that specifies the zero-based index at which the specified item should be inserted.

item ASPxClientSpreadsheetPopupMenuItem

An ASPxClientSpreadsheetPopupMenuItem object to insert.

See Also