Share via


Name.MacroType Property

Returns or sets what the name refers to.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property MacroType As XlXLMMacroType
    Get
    Set
'Usage
Dim instance As Name
Dim value As XlXLMMacroType

value = instance.MacroType

instance.MacroType = value
XlXLMMacroType MacroType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlXLMMacroType

See Also

Reference

Name Interface

Name Members

Microsoft.Office.Interop.Excel Namespace