WorkbookClass.CanCheckIn Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function CanCheckIn As Boolean
'Usage
Dim instance As WorkbookClass
Dim returnValue As Boolean
returnValue = instance.CanCheckIn()
public virtual bool CanCheckIn()
Return Value
Type: System.Boolean