====== Count ====== Property of [[:scripting:api:styles:start|IStyles]] ===== Description ===== Returns number of items in collection ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== var nVal = Styles.Count; ==== Visual Basic Script ==== nVal = Styles.Count ==== C++ ==== long nVal; HRESULT hr = Styles.get_Count(&nVal); ===== See Also ===== [[:scripting:api:styles:start|IStyles]] ~~NOTOC~~