Removes a Table from a sheet. Cell content is preserved (matches Excel's "Convert to Range" behavior). Undo re-adds the table at its original range with its original metadata.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class RemoveTableCommand : Spreadsheet.ICommandRemoves a Table from a sheet. Cell content is preserved (matches Excel's "Convert to Range" behavior). Undo re-adds the table at its original range with its original metadata.
public RemoveTableCommand(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.Table table)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.Table | table |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |