RangeSelectionItem Class

Renders a range selection item in a spreadsheet.

Inheritance

Object

ComponentBase

Spreadsheet.RangeSelectionItem

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

ComponentBase.OnInitialized

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class RangeSelectionItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RangeSelectionItemlink

Renders a range selection item in a spreadsheet.

Declaration
public RangeSelectionItem()

Properties

Bottomlink

Gets or sets a value indicating whether the range selection item is positioned at the bottom of the spreadsheet.

Declaration
public bool Bottom { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the range selection item is positioned at the bottom of the spreadsheet.

Celllink

Gets or sets the cell reference that defines the position of the range selection item in the spreadsheet.

Declaration
public Documents.Spreadsheet.CellRef Cell { get; set; }
Property Value
Type Description
Documents.Spreadsheet.CellRefGets or sets the cell reference that defines the position of the range selection item in the spreadsheet.

Contextlink

Gets or sets the context for the virtual grid that contains the range selection item.

Declaration
public Spreadsheet.IVirtualGridContext Context { get; set; }
Property Value
Type Description
Spreadsheet.IVirtualGridContextGets or sets the context for the virtual grid that contains the range selection item.

FrozenColumnlink

Gets or sets a value indicating whether the range selection item is frozen in the column direction.

Declaration
public bool FrozenColumn { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the range selection item is frozen in the column direction.

FrozenRowlink

Gets or sets a value indicating whether the range selection item is frozen in the row direction.

Declaration
public bool FrozenRow { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the range selection item is frozen in the row direction.

Leftlink

Gets or sets a value indicating whether the range selection item is positioned on the left side of the spreadsheet.

Declaration
public bool Left { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the range selection item is positioned on the left side of the spreadsheet.

Rangelink

Gets or sets the range reference that defines the area of the range selection item in the spreadsheet.

Declaration
public Documents.Spreadsheet.RangeRef Range { get; set; }
Property Value
Type Description
Documents.Spreadsheet.RangeRefGets or sets the range reference that defines the area of the range selection item in the spreadsheet.

Rightlink

Gets or sets a value indicating whether the range selection item is positioned on the right side of the spreadsheet.

Declaration
public bool Right { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the range selection item is positioned on the right side of the spreadsheet.

Toplink

Gets or sets a value indicating whether the range selection item is positioned at the top of the spreadsheet.

Declaration
public bool Top { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the range selection item is positioned at the top of the spreadsheet.

Worksheetlink

Gets or sets the sheet that contains the range selection item.

Declaration
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetGets or sets the sheet that contains the range selection item.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder
An error has occurred. This app may no longer respond until reloaded. Reload 🗙