ApplyTemplate method (TrendPro object)
Applies a template to the current trend.
Syntax
TrendPro1
.ApplyTemplate
TemplateName
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.TemplateName
- is a parameter of the type String that specifies the name of the template.Example
Private Sub btnApplyTemplate() TrendPro1.ApplyTemplate "MyTemplate" End Sub
Provide Feedback