IConverterPreferences.HrGetMacroEnabled Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub HrGetMacroEnabled ( _
<OutAttribute> ByRef pfMacroEnabled As Integer _
)
'Usage
Dim instance As IConverterPreferences
Dim pfMacroEnabled As Integer
instance.HrGetMacroEnabled(pfMacroEnabled)
void HrGetMacroEnabled(
out int pfMacroEnabled
)
Parameters
- pfMacroEnabled
Type: System.Int32