MsoPathFormat Enumeration
Specifies the format of a file or folder path.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoPathFormat
'Usage
Dim instance As MsoPathFormat
public enum MsoPathFormat
Members
Member name | Description | |
---|---|---|
msoPathTypeMixed | Represents a mixed format. | |
msoPathTypeNone | Represents no format. | |
msoPathType1 | Represents the Type1 format. | |
msoPathType2 | Represents the Type2 format. | |
msoPathType3 | Represents the Type3 format. | |
msoPathType4 | Represents the Type4 format. |