Click or drag to resize

ColumnCommands Class

Commands operating on data columns.
Inheritance Hierarchy
SystemObject
  Altaxo.DataColumnCommands

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

The ColumnCommands type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetColumnIndicesWithGroupNumber Gets the indices of all columns that have the group number given by the argument.
Public Extension MethodSetColumnGroupNumber(DataColumnCollection, IAscendingIntegerCollection, Int32) Sets the group number of the currently selected columns to nGroup.
Public Extension MethodSetColumnGroupNumber(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, Int32) Sets the group number for the selected data and property columns of a table.
Public Extension MethodShowRenameColumnDialog Asks for a new name and then renames the selected data column or property column.
Public Extension MethodShowSetColumnGroupNumberDialog Shows a dialog for setting the group number of the selected columns.
Top
See Also