Click or drag to resize

ColumnCommands Class

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

Inheritance Hierarchy
SystemObject
  Altaxo.DataColumnCommands

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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
C#
nGroup
.
Public Extension MethodSetColumnGroupNumber(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, Int32) 
Public Extension MethodShowRenameColumnDialog Asks for a new name and then renames the selected data column or property column.
Public Extension MethodShowSetColumnGroupNumberDialog Sets the group number of the selected column
Top
See Also