RecentFiles.Add(String) 方法

定义

向最近使用的文件列表中添加文件。 返回 对象 RecentFile

public:
 Microsoft::Office::Interop::Excel::RecentFile ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Excel.RecentFile Add (string Name);
Public Function Add (Name As String) As RecentFile

参数

Name
String

必需的 字符串 。 文件名。

返回

适用于