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