scripting:api:ranges:count

Count

Property of IRanges

Returns number of items in collection

Read-Only Property of type long

var nVal = Ranges.Count;

==== Visual Basic Script ====

nVal = Ranges.Count

==== C++ ====

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

===== See Also ===== IRanges