Command to unmerge cells that contain a given cell address.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class UnmergeCellsCommand : Spreadsheet.ICommand, Spreadsheet.IProtectedCommandCommand to unmerge cells that contain a given cell address.
public UnmergeCellsCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.CellRef address)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.CellRef | address |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |
public Documents.Spreadsheet.SheetAction RequiredAction { get; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetAction |