XlCheckInVersionType Enumeration
Specifies the type of version for the document checked in when using the CheckIn method. Applies to workbooks stored in a SharePoint library.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlCheckInVersionType
'Usage
Dim instance As XlCheckInVersionType
public enum XlCheckInVersionType
Members
Member name | Description | |
---|---|---|
xlCheckInMinorVersion | Check in the minor version. | |
xlCheckInMajorVersion | Check in the major version. | |
xlCheckInOverwriteVersion | Overwrite current version on the server. |