XlCheckInVersionType Enum

Definition

Specifies the type of version for the document checked in when using the CheckIn method. Applies to workbooks stored in a SharePoint library.

public enum class XlCheckInVersionType
public enum XlCheckInVersionType
Public Enum XlCheckInVersionType
Inheritance
XlCheckInVersionType

Fields

xlCheckInMajorVersion 1

Check in the major version.

xlCheckInMinorVersion 0

Check in the minor version.

xlCheckInOverwriteVersion 2

Overwrite current version on the server.

Applies to