Name
Property of IFileRanges
Description
Document file path/name
Property type
Read-Only Property of type BSTR
Syntax
JavaScript
var strName = FileRanges.Name;
Visual Basic Script
strName = FileRanges.Name
C++
BSTR strName; HRESULT hr = FileRanges.get_Name(&strName);