Undoable command that resizes a row to a new height.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class ResizeRowCommand : Spreadsheet.ICommandUndoable command that resizes a row to a new height.
public ResizeRowCommand(Documents.Spreadsheet.Worksheet sheet, int row, double oldHeight, double newHeight)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| int | row | |
| double | oldHeight | |
| double | newHeight |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |