ExternalTypeKind 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.
This enum represents types which are not supported by PowerFx but which may be supported by external data formats.
public enum ExternalTypeKind
type ExternalTypeKind =
Public Enum ExternalTypeKind
- Inheritance
-
ExternalTypeKind
Fields
| Name | Value | Description |
|---|---|---|
| Array | 0 | |
| Object | 1 | |
| ArrayAndObject | 2 | |
| UntypedNumber | 3 |