scripting:api:files-ranges:count

Count

Property of IFilesRanges

Returns number of items in collection

Read-Only Property of type long

var nVal = FilesRanges.Count;

==== Visual Basic Script ====

nVal = FilesRanges.Count

==== C++ ====

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

===== See Also ===== IFilesRanges