Undoable command that resizes a column to a new width.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class ResizeColumnCommand : Spreadsheet.ICommandUndoable command that resizes a column to a new width.
public ResizeColumnCommand(Documents.Spreadsheet.Worksheet sheet, int column, double oldWidth, double newWidth, bool isAutoFit)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| int | column | |
| double | oldWidth | |
| double | newWidth | |
| bool | isAutoFit |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |