ControlType 属性(TrendPro 对象)
返回运行时图表的样式。目前,唯一支持的类型是“
Trend
”。只读。字符串。语法
TrendPro1
.ControlType
其中
TrendPro1
- 是 TrendPro 对象的名称,或是一个对 TrendPro 对象求值的表达式。示例
Private Sub GetControlType() Dim str As String str = TrendPro1.ControlType End Sub
提供反馈