_Workbook.FullName 属性

定义

返回对象的名称(以字符串表示),包括其磁盘路径。 只读 String

public:
 property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
Public ReadOnly Property FullName As String

属性值

注解

此属性等效于 Path 属性,后跟当前文件系统分隔符,后跟 Name 属性。

适用于