[]
Represents the evaluated value type of an IRichValueArraySupport object.
public enum RichValueValueType : byte
Public Enum RichValueValueType As Byte
Name | Description |
---|---|
Array | An array of values that will be spilled over cells. |
Primitive | An primitive value. |
Rich | An IRichValue value. |