_Workbook.CanCheckIn Method
True if Microsoft Excel can check in a specified workbook to a server.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function CanCheckIn As Boolean
'Usage
Dim instance As _Workbook
Dim returnValue As Boolean
returnValue = instance.CanCheckIn()
bool CanCheckIn()
Return Value
Type: System.Boolean