Namespace: Spire.Xls.Core.Converter.General.Word
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PropertyValueType
Public Enumeration PropertyValueType
public enum class PropertyValueType
type PropertyValueType
Members
| Member | Value | Description |
|---|---|---|
| Boolean | 0 | |
| Date | 1 | |
| Float | 2 | |
| Double | 3 | |
| Int | 4 | |
| Int32 | 5 | |
| String | 6 | |
| ByteArray | 7 | |
| StringArray | 8 | |
| ObjectArray | 9 | |
| ClipData | 10 | |
| AsciiString | 11 | |
| Other | 12 |