Click or drag to resize

SpreadColumnType Enumeration

Types of columns used in spreadsheets.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum SpreadColumnType
Members
Member nameValueDescription
X0X data column.
Y1Y data column.
Z2Z data column.
XErr3X error column.
YErr4Y error column.
Label5Label column.
Ignore6Ignored column.
Group7Grouping column.
Subject8Subject column.

The SpreadColumnType type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also