Workbooks.CanCheckOut(String) Method

Definition

True if Microsoft Excel can check out a specified workbook from a server. Read/write Boolean.

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

Parameters

Filename
String

Required String. The name of the file to check out.

Returns

Applies to