IMenuItems.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Office.Interop.Excel.MenuItem Add (string Caption, object OnAction, object ShortcutKey, object Before, object Restore, object StatusBar, object HelpFile, object HelpContextID);
Public Function Add (Caption As String, Optional OnAction As Object, Optional ShortcutKey As Object, Optional Before As Object, Optional Restore As Object, Optional StatusBar As Object, Optional HelpFile As Object, Optional HelpContextID As Object) As MenuItem
Parameters
- Caption
- String
- OnAction
- Object
- ShortcutKey
- Object
- Before
- Object
- Restore
- Object
- StatusBar
- Object
- HelpFile
- Object
- HelpContextID
- Object