InsertTableDraft Class

Mutable working state for the Insert Table dialog. Survives close/reopen cycles when the user engages the range picker.

Inheritance

Object

Spreadsheet.InsertTableDraft

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public sealed class InsertTableDraft

Constructors

InsertTableDraftlink

Mutable working state for the Insert Table dialog. Survives close/reopen cycles when the user engages the range picker.

Declaration
public InsertTableDraft()

Properties

HasHeaderslink

Whether the first row of the range is treated as a header.

Declaration
public bool HasHeaders { get; set; }
Property Value
Type Description
boolWhether the first row of the range is treated as a header.

Namelink

The table name to create.

Declaration
public string Name { get; set; }
Property Value
Type Description
stringThe table name to create.

RangeFormulalink

The sheet-qualified absolute range formula (e.g. Sheet1!$A$1:$C$5).

Declaration
public string RangeFormula { get; set; }
Property Value
Type Description
stringThe sheet-qualified absolute range formula (e.g. Sheet1!$A$1:$C$5).
An error has occurred. This app may no longer respond until reloaded. Reload 🗙