Count

Property of IRanges

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Ranges.Count;

Visual Basic Script

nVal = Ranges.Count

C++

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

See Also

IRanges