scripting:api:ranges:count

Action unknown: addtobook

Count

Property of IRanges

Returns number of items in collection

Read-Only Property of type long

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