Click or drag to resize

EditCommands Class

Summary description for EditCommands.
Inheritance Hierarchy
SystemObject
  Altaxo.Worksheet.CommandsEditCommands

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class EditCommands

The EditCommands type exposes the following members.

Constructors
 NameDescription
Public methodEditCommandsInitializes a new instance of the EditCommands class
Top
Methods
 NameDescription
Public methodStatic memberCleanSelected This commands clean all selected cells.
Public methodStatic memberCopyToClipboard 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberFillWithValue Opens a dialog to enter a row number, and then jumps to that row in the worksheet view.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetTableFromClipboard 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberGotoRow Opens a dialog to enter a row number, and then jumps to that row in the worksheet view.
Protected methodStatic memberMapOrCreateDataColumns Maps each data column of the source table to a corresponding data columns of the destination table. The matching is based on the index (order) and on the currently selected columns of the destination table. Attention: The match here does not mean that the two columns are data compatible to each other!
Protected methodStatic memberMapOrCreateDataColumnsToRows Maps each data column of the source table to a corresponding data row (!) of the destination table. The matching is based on the index (order) and on the currently selected columns of the destination table. Attention: The match here does not mean that the data of destination columns and source rows are compatible to each other!
Protected methodStatic memberMapOrCreatePropertyColumns Maps each property column of the source table to a corresponding property columns of the destination table. If no matching property column can be found in the destination table, a new matching property column is added to the destination table.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberPasteFromClipboard 
Public methodStatic memberPasteFromTable Pastes data from a table (usually deserialized table from the clipboard) into a worksheet. The paste operation depends on the current selection of columns, rows, or property columns.
Protected methodStatic memberPasteFromTableColumnsToSelectedColumns Pastes data from a table (usually deserialized table from the clipboard) into a worksheet, which has currently selected columns. The number of selected columns has to match the number of columns of the source table.
Protected methodStatic memberPasteFromTableColumnsToSelectedPropertyColumns Pastes data from a table (usually deserialized table from the clipboard) into a worksheet, which has currently selected property columns. The number of selected property columns has to match the number of data (!) columns of the source table.
Protected methodStatic memberPasteFromTableColumnsToSelectedRows Pastes data columns from the source table (usually deserialized table from the clipboard) into rows of the destination table, which has currently selected rows. The number of selected rows has to match the number of columns of the source table.
Protected methodStatic memberPasteFromTableColumnsTransposedToSelectedPropertyColumns Pastes data from a table (usually deserialized table from the clipboard) into a worksheet, which has currently selected property columns. The sourceTable is transposed before pasting, i.e. the number of selected property columns has to match the number of data (!) rows of the source table.
Protected methodStatic memberPasteFromTableRowsToSelectedColumns 
Protected methodStatic memberPasteFromTableRowsToSelectedRows Pastes data from a table (usually deserialized table from the clipboard) into a worksheet, which has currently selected rows. The number of selected rows has to match the number of rows of the source table.
Protected methodStatic memberPasteFromTableToUnselected Pastes data from a table (usually deserialized table from the clipboard) into a worksheet, which has no current selections. This means that the data are appended to the end of the worksheet.
Public methodStatic memberRemoveAllButSelected Remove all but the selected columns, rows or property columns.
Public methodStatic memberRemoveSelected Remove the selected columns, rows or property columns.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodStatic memberWriteAsciiToClipBoardIfDataCellsSelected(IWorksheetController, IClipboardSetDataObject) Writes ASCII to the clipboard if data cells are selected.
Public methodStatic memberWriteAsciiToClipBoardIfDataCellsSelected(DataTable, AscendingIntegerCollection, AscendingIntegerCollection, AscendingIntegerCollection, IClipboardSetDataObject) Writes ASCII to the clipboard if data cells are selected.
Protected methodStatic memberWriteAsciiToClipBoardIfOnlyPropertyCellsSelected Writes ASCII to the clipboard if only property cells are selected.
Public methodStatic memberXYVToMatrix Creates a matrix from three selected columns. This must be a x-column, a y-column, and a value column.
Top
See Also