Workbooks.CanCheckOut(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.
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.