QDVEstimate.RunEXCELMacro Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimate.RunExcelMacro instead.

Executes an Excel macro.
[Obsolete("Use Qdv.UserApi.IEstimate.RunExcelMacro instead.")] 
public void RunEXCELMacro( 
string MacroName
int IsStoredToEstimate
ref RunMacroEvent e
ref CallingContext context 
)
This language is not supported or no code example is available.

Parameters

MacroName
string

IsStoredToEstimate
int

Indicates whether the macro is stored in the estimate. If set to a non zero value, the macro is in estimate. If set to 0, the macro is stored in an external file.

e
RunMacroEvent

Not used.

context
CallingContext

The context passed to the macro.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition