scripting:api:styles:count

Count

Property of IStyles

Returns number of items in collection

Read-Only Property of type long

var nVal = Styles.Count;

==== Visual Basic Script ====

nVal = Styles.Count

==== C++ ====

long nVal;
HRESULT hr = Styles.get_Count(&nVal);

===== See Also ===== IStyles