Creates a new XllMacroAttribute object.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
public XllMacroAttribute( string menuCaption, int menuResourceId, string description ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ menuCaption As String, _ menuResourceId As Integer, _ description As String _ ) |
Visual C++ |
---|
public: XllMacroAttribute( String^ menuCaption, int menuResourceId, String^ description ) |
Parameters
- menuCaption
- Type: System..::.String
Text of the menu item for the command.
- menuResourceId
- Type: System..::.Int32
Resource ID of the text resource for the menu item.
- description
- Type: System..::.String
Help text for the command.