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;
nVal = FilesRanges.Count
long nVal;
HRESULT hr = FilesRanges.get_Count(&nVal);