CurrentTagNumStyles
- Last UpdatedNov 17, 2021
- 1 minute read
This read-only property returns the number of retrieval styles that are available for the current tag.
Syntax
Result = aaHistClientTrend.CurrentTagNumStyles;
Remarks
The count only includes retrieval styles for which a name is defined for the current locale. If no style names at all are defined for the current locale, the count for the en locale is returned.
To return the name of a style with a specific number, use the CurrentTagGetStyle method.