Share via


MenuItems.Add メソッド

定義

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

パラメーター

Caption
String
OnAction
Object
ShortcutKey
Object
Before
Object
Restore
Object
StatusBar
Object
HelpFile
Object
HelpContextID
Object

戻り値

適用対象