Command to merge a range of cells.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class MergeCellsCommand : Spreadsheet.RangeSnapshotCommandBase, Spreadsheet.ICommand, Spreadsheet.IProtectedCommandInitializes a new instance of the MergeCellsCommand class.
public MergeCellsCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.RangeRef range, bool center)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.RangeRef | range | |
| bool | center |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetAction |