scripting:api:styles:count

Count

Property of IStyles

Returns number of items in collection

Read-Only Property of type long

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