Click or drag to resize

RowCommands Class

Contains static functions for handling row commands.
Inheritance Hierarchy
SystemObject
  Altaxo.Worksheet.CommandsRowCommands

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

The RowCommands type exposes the following members.

Constructors
 NameDescription
Public methodRowCommandsInitializes a new instance of the RowCommands class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInsertDataRows(IWorksheetController) Inserts a user choosen number of rows just before the first selected row. If no row is selected, the row is inserted before the first row.
Public methodStatic memberInsertDataRows(IWorksheetController, Int32) Ask the user for the number of data rows to insert in a data table.
Public methodStatic memberInsertDataRows(IWorksheetController, Int32, Int32) Insert a number of data rows into the controlled table.
Public methodStatic memberInsertOneDataRow Inserts a single data row in a position just before the first selected row. If no row is selected, the row is inserted before the first row.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberSetSelectedRowPosition(IWorksheetController) Moves the selected row(s) to a new position. The new position must be entered by the user.
Public methodStatic memberSetSelectedRowPosition(IWorksheetController, Int32) Moves the selected rows to a new position
C#
nPosition
.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also