Adds a Table over the given range. Undo removes the table without touching cell content.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class InsertTableCommand : Spreadsheet.ICommandAdds a Table over the given range. Undo removes the table without touching cell content.
public InsertTableCommand(Documents.Spreadsheet.Worksheet sheet, string name, Documents.Spreadsheet.RangeRef range, bool hasHeaders)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| string | name | |
| Documents.Spreadsheet.RangeRef | range | |
| bool | hasHeaders |
public Spreadsheet.SpreadsheetFeature? Feature { get; }
| Type | Description |
|---|---|
| Spreadsheet.SpreadsheetFeature? |