====== Count ====== Property of [[:scripting:api:files-ranges:start|IFilesRanges]] ===== Description ===== Returns number of items in collection ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== var nVal = FilesRanges.Count; ==== Visual Basic Script ==== nVal = FilesRanges.Count ==== C++ ==== long nVal; HRESULT hr = FilesRanges.get_Count(&nVal); ===== See Also ===== [[:scripting:api:files-ranges:start|IFilesRanges]] ~~NOTOC~~