Namespace: Spire.Xls
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# |
[FlagsAttribute] public enum PropertyType
<FlagsAttribute> Public Enumeration PropertyType
[FlagsAttribute] public enum class PropertyType
[<FlagsAttribute>] type PropertyType
Members
| Member | Value | Description |
|---|---|---|
| Bool | 11 | |
| Int | 22 | |
| Int32 | 3 | |
| Int16 | 2 | |
| UInt32 | 19 | |
| String | 31 | |
| AsciiString | 30 | |
| DateTime | 64 | |
| Blob | 65 | |
| Vector | 4096 | |
| Object | 12 | |
| Double | 5 | |
| Empty | 0 | |
| Null | 1 | |
| ClipboardData | 71 | |
| AsciiStringArray | 4126 | |
| StringArray | 4127 | |
| ObjectArray | 4108 |