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