Spread |
public enum SpreadColumnType
| Member name | Value | Description |
|---|---|---|
| X | 0 | X data column. |
| Y | 1 | Y data column. |
| Z | 2 | Z data column. |
| XErr | 3 | X error column. |
| YErr | 4 | Y error column. |
| Label | 5 | Label column. |
| Ignore | 6 | Ignored column. |
| Group | 7 | Grouping column. |
| Subject | 8 | Subject column. |
The SpreadColumnType 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) |