MsoDocProperties 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 data type for a document property.
public enum class MsoDocProperties
public enum MsoDocProperties
type MsoDocProperties =
Public Enum MsoDocProperties
- Inheritance
-
MsoDocProperties
Fields
Name | Value | Description |
---|---|---|
msoPropertyTypeNumber | 1 | Integer value. |
msoPropertyTypeBoolean | 2 | Boolean value. |
msoPropertyTypeDate | 3 | Date value. |
msoPropertyTypeString | 4 | String value. |
msoPropertyTypeFloat | 5 | Floating point value. |