Expand |
[Missing <summary> documentation for "T:Altaxo.Data.ExpandCyclingVariableColumnActions"]
public static class ExpandCyclingVariableColumnActions
The ExpandCyclingVariableColumnActions type exposes the following members.
Name | Description | |
---|---|---|
DecomposeIntoRepeatUnits | 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. | |
ExpandCyclingVariableColumn | 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. | |
GetUniqueValues | 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. | |
ShowExpandCyclingVariableColumnDialog |