Value |
public enum ValueType
| Member name | Value | Description |
|---|---|---|
| Numeric | 0 | Numeric values. |
| Text | 1 | Text values. |
| Time | 2 | Time values. |
| Date | 3 | Date values. |
| Month | 4 | Month values. |
| Day | 5 | Day values. |
| ColumnHeading | 6 | Column heading values. |
| TickIndexedDataset | 7 | Tick labels indexed by a data set. |
| TextNumeric | 9 | Values containing both text and numeric content. |
| Categorical | 10 | Categorical values. |
The ValueType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |