QDVEstimate.RunEXCELMacro Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimate.RunExcelMacro instead.
[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.
Not used.
- context
- CallingContext
The context passed to the macro.