Workbook.CanCheckIn Method

Definition

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.

Applies to