MsoPathFormat 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 format of a file or folder path.
public enum class MsoPathFormat
public enum MsoPathFormat
type MsoPathFormat =
Public Enum MsoPathFormat
- Inheritance
-
MsoPathFormat
Fields
Name | Value | Description |
---|---|---|
msoPathTypeMixed | -2 | Represents a mixed format. |
msoPathTypeNone | 0 | Represents no format. |
msoPathType1 | 1 | Represents the Type1 format. |
msoPathType2 | 2 | Represents the Type2 format. |
msoPathType3 | 3 | Represents the Type3 format. |
msoPathType4 | 4 | Represents the Type4 format. |