XlCheckInVersionType Enum
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.
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
Name | Value | Description |
---|---|---|
xlCheckInMinorVersion | 0 | Check in the minor version. |
xlCheckInMajorVersion | 1 | Check in the major version. |
xlCheckInOverwriteVersion | 2 | Overwrite current version on the server. |