Click or drag to resize

ExpandCyclingVariableColumnActions Class

[Missing <summary> documentation for "T:Altaxo.Data.ExpandCyclingVariableColumnActions"]

Inheritance Hierarchy
SystemObject
  Altaxo.DataExpandCyclingVariableColumnActions

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class ExpandCyclingVariableColumnActions

The ExpandCyclingVariableColumnActions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDecomposeIntoRepeatUnits Decomposes a column into repeat units by analysing the values of the column with increasing index. If a column value is repeated, the current range is finalized and a new range is started. At the end, a list of index ranges is returned. Inside each range the column values are guaranteed to be unique.
Public methodStatic memberExpandCyclingVariableColumn Expand the source columns according to the provided options. The source table and the settings are provided in the options variable. The provided destination table is cleared from all data and property values before.
Public methodStatic memberGetUniqueValues Gets a dictionary which contains all unique values of a source column as keys. The value is the index according to the sorting. The sorting is done using the default comparison.
Public Extension MethodShowExpandCyclingVariableColumnDialog 
Top
See Also