Workbook.CanCheckIn 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.
Gets a value that indicates whether Microsoft Office Excel can check in the workbook to a server.
public:
bool CanCheckIn();
public bool CanCheckIn ();
abstract member CanCheckIn : unit -> bool
Public Function CanCheckIn () As Boolean
Returns
true
if Microsoft Office Excel can check in the workbook to a server; otherwise, false
.