ASPxClientSpreadsheetPopupMenuItemCollection Methods
Represents a collection of items in the Spreadsheet’s context menu.
Name | Description |
---|---|
Add |
Adds the specified menu item to the end of the collection. |
Clear | Removes all menu items from the collection. |
Get |
Returns a menu item specified by its index in the collection. |
Get |
Returns an item object with the specified ASPx |
Get |
Returns the total number of menu items in the collection. |
Insert |
Adds the specified item to the specified position within the collection. |
Remove |
Removes a menu item specified by its index within the collection. |
Remove |
Removes a menu item specified by its name. |
See Also