Workbooks.CheckOut(String) Method

Definition

Copies the specified workbook from a server to a local computer for editing.

public:
 void CheckOut(System::String ^ Filename);
public void CheckOut (string Filename);
Public Sub CheckOut (Filename As String)

Parameters

Filename
String

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

Applies to