Row |
The RowCommands type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
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) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
InsertDataRows(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. | |
InsertDataRows(IWorksheetController, Int32) | Ask the user for the number of data rows to insert in a data table. | |
InsertDataRows(IWorksheetController, Int32, Int32) | Insert a number of data rows into the controlled table. | |
InsertOneDataRow | 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. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
SetSelectedRowPosition(IWorksheetController) | Moves the selected row(s) to a new position. The new position must be entered by the user. | |
SetSelectedRowPosition(IWorksheetController, Int32) |
Moves the selected rows to a new position C# nPosition | |
ToString | Returns a string that represents the current object. (Inherited from Object) |