Workbooks.CanCheckOut(String) 方法

定义

如果 Microsoft Excel 可以将指定的工作簿从服务器签出,则该值为 True。 读/写 Boolean

public:
 bool CanCheckOut(System::String ^ Filename);
public bool CanCheckOut (string Filename);
Public Function CanCheckOut (Filename As String) As Boolean

参数

Filename
String

必需的 字符串 。 要签出的文件的名称。

返回

适用于