Workbook.CheckInWithVersion(Object, Object, Object, Object) Method

Definition

Sends the workbook from the local computer to a server, and sets the local workbook to read-only so that it cannot be edited locally. Calling this method closes the workbook.

public void CheckInWithVersion (object SaveChanges, object Comments, object MakePublic, object VersionType);
abstract member CheckInWithVersion : obj * obj * obj * obj -> unit
Public Sub CheckInWithVersion (Optional SaveChanges As Object, Optional Comments As Object, Optional MakePublic As Object, Optional VersionType As Object)

Parameters

SaveChanges
Object

true to save changes and check in the document; false to return the document to a checked-in state without saving revisions.

Comments
Object

true to enable check-in comments; false to check in the workbook without comments. This parameter applies only if SaveChanges is true.

MakePublic
Object

true to enable the user to publish the workbook after it has been checked in. This submits the workbook for the approval process, which can eventually result in a version of the workbook being published to users with read-only rights to the workbook (applies only if SaveChanges equals true).

VersionType
Object

Specifies versioning information for the document.

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

Applies to