Workbooks.CheckOut(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.