Click or drag to resize

RowCommands Class

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

Inheritance Hierarchy
SystemObject
  Altaxo.DataRowCommands

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

The RowCommands type exposes the following members.

Methods
 NameDescription
Public Extension MethodChangeRowsToPropertyColumns Copies selected rows into newly created property columns and deletes the rows afterwards.
Public Extension MethodCopyRowToDataColumn Copies a specified row of the DataColumnCollection into another column.
Public Extension MethodCopyRowToRow Copies one row of a DataColumnCollection to another row in the same or in another DataColumnCollection. The columns in the source collection are mapped to the columns in the destination collection by name; if a column does not exist in the destination collection, this column is added to the destination collection.
Public Extension MethodCopyRowToRowByColumnIndex Copies one row of a DataColumnCollection to another row in the same or in another DataColumnCollection. The columns in the source collection are mapped to the columns in the destination collection by index (plus an optional offset).
Public Extension MethodCopyRowToRowByColumnName Copies one row of a DataColumnCollection to another row in the same or in another DataColumnCollection. The columns in the source collection are mapped to the columns in the destination collection by name; if a column does not exist in the destination collection, this source column is silently ignored and therefore is not copied.
Public Extension MethodEnsureColumnsExistInDestinationCollection Ensures that the selected columns in the source DataColumnCollection do also exist in the destination DataColumnCollection.
Public Extension MethodGetTypeOfColumnForRowReplacement Returns the type of column which is most appropriate for replacement of a data row.
Top
See Also