Count
Property of IFilesRanges
Description
Returns number of items in collection
Property type
Read-Only Property of type long
Syntax
JavaScript
var nVal = FilesRanges.Count;
==== Visual Basic Script ====
nVal = FilesRanges.Count
==== C++ ====
long nVal; HRESULT hr = FilesRanges.get_Count(&nVal);
===== See Also ===== IFilesRanges