Mutable working state for the Insert Table dialog. Survives close/reopen cycles when the user engages the range picker.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class InsertTableDraftMutable working state for the Insert Table dialog. Survives close/reopen cycles when the user engages the range picker.
public InsertTableDraft()Whether the first row of the range is treated as a header.
public bool HasHeaders { get; set; }
| Type | Description |
|---|---|
| bool | Whether the first row of the range is treated as a header. |
The table name to create.
public string Name { get; set; }
| Type | Description |
|---|---|
| string | The table name to create. |
The sheet-qualified absolute range formula (e.g. Sheet1!$A$1:$C$5).
public string RangeFormula { get; set; }
| Type | Description |
|---|---|
| string | The sheet-qualified absolute range formula (e.g. Sheet1!$A$1:$C$5). |