TemplateLoadOptions1、2 和 3 属性
返回或设置趋势的模板选项。读/写。常量。
每个选项在长整数中被存储为 1 位。要使用这些属性,请使用按位或运算符组合与要加载的模板选项对应的值。分别组合每个选项组的选项。
语法
Trend
.TemplateLoadOptions1
[ = 长整数
]Trend
.TemplateLoadOptions2
[ = 长整数
]Trend
.TemplateLoadOptions3
[ = 长整数
]其中
Trend
- 是 Trend 对象的名称(如 trend1)或是一个对 Trend 对象求值的表达式。长整数
- 是 TemplateLoadOptions1、TemplateLoadOptions2 或 TemplateLoadOptions3 类型的常量,指定将应用到趋势对象的模板选项。备注
TemplateLoadOptions 常量代表在“趋势属性”对话框的“模板”选项卡中指定的选项。
这些值由常量表示或以十六进制值表示。
提供反馈