Edit |
The EditCommands type exposes the following members.
Name | Description | |
---|---|---|
CleanSelected | This commands clean all selected cells. | |
CopyToClipboard | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
FillWithValue | Opens a dialog to enter a row number, and then jumps to that row in the worksheet view. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetTableFromClipboard | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GotoRow | Opens a dialog to enter a row number, and then jumps to that row in the worksheet view. | |
MapOrCreateDataColumns | 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! | |
MapOrCreateDataColumnsToRows | 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! | |
MapOrCreatePropertyColumns | 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. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
PasteFromClipboard | ||
PasteFromTable | 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. | |
PasteFromTableColumnsToSelectedColumns | 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. | |
PasteFromTableColumnsToSelectedPropertyColumns | 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. | |
PasteFromTableColumnsToSelectedRows | 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. | |
PasteFromTableColumnsTransposedToSelectedPropertyColumns | 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. | |
PasteFromTableRowsToSelectedColumns | ||
PasteFromTableRowsToSelectedRows | 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. | |
PasteFromTableToUnselected | 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. | |
RemoveAllButSelected | Remove all but the selected columns, rows or property columns. | |
RemoveSelected | Remove the selected columns, rows or property columns. | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
WriteAsciiToClipBoardIfDataCellsSelected(IWorksheetController, IClipboardSetDataObject) | Writes ASCII to the clipboard if data cells are selected. | |
WriteAsciiToClipBoardIfDataCellsSelected(DataTable, AscendingIntegerCollection, AscendingIntegerCollection, AscendingIntegerCollection, IClipboardSetDataObject) | Writes ASCII to the clipboard if data cells are selected. | |
WriteAsciiToClipBoardIfOnlyPropertyCellsSelected | Writes ASCII to the clipboard if only property cells are selected. | |
XYVToMatrix | Creates a matrix from three selected columns. This must be a x-column, a y-column, and a value column. |