ClassTelerikSpreadsheet
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikSpreadsheet : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikSpreadsheet
Implements:
Inherited Members
Constructors
TelerikSpreadsheet()
Declaration
public TelerikSpreadsheet()
Properties
ColumnHeaderHeight
Defines the column header height.
Declaration
[Parameter]
public double ColumnHeaderHeight { get; set; }
Property Value
ColumnWidth
Defines the column width.
Declaration
[Parameter]
public double ColumnWidth { get; set; }
Property Value
ColumnsCount
Defines the columns count for a sheet.
Data
Specifies the file data of the component.
EnableLoaderContainer
Defines whether the loading container should be shown when there are long-running operations.
Declaration
[Parameter]
public bool EnableLoaderContainer { get; set; }
Property Value
Height
Defines the height of the component.
OnDownload
Triggered when a file is downloaded.
Declaration
[Parameter]
public EventCallback<SpreadsheetDownloadEventArgs> OnDownload { get; set; }
Property Value
OnOpen
Triggered when a file is opened.
Declaration
[Parameter]
public EventCallback<SpreadsheetOpenEventArgs> OnOpen { get; set; }
Property Value
RowHeaderWidth
Defines the row header width.
Declaration
[Parameter]
public double RowHeaderWidth { get; set; }
Property Value
RowHeight
Defines the row width.
Declaration
[Parameter]
public double RowHeight { get; set; }
Property Value
RowsCount
Defines the rows count for a sheet.
Tools
Defines the default Tools collection.
Declaration
[Parameter]
public SpreadsheetToolSet Tools { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides
ExportToExcelAsync()
Exports the Spreadsheet to raw data.
Rebind()
Updates the component and processes the latest file data.
Declaration
public void Rebind()