Count - property of the PmaTrendGroup object
Description:
The number of variables defined on the "
Data" tab of this object.
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTrend = pMe.Pm("/Trends");
var nCount = oTrend.Count;
Dim oTrend
Set oTrend = pMe.Pm("/Trends")
Dim nCount
nCount = oTrend.Count