Renders a range selection item in a spreadsheet.
Object
ComponentBase
IComponent
IHandleAfterRender
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
public class RangeSelectionItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRenders a range selection item in a spreadsheet.
public RangeSelectionItem()Gets or sets a value indicating whether the range selection item is positioned at the bottom of the spreadsheet.
public bool Bottom { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the range selection item is positioned at the bottom of the spreadsheet. |
Gets or sets the cell reference that defines the position of the range selection item in the spreadsheet.
public Documents.Spreadsheet.CellRef Cell { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.CellRef | Gets or sets the cell reference that defines the position of the range selection item in the spreadsheet. |
Gets or sets the context for the virtual grid that contains the range selection item.
public Spreadsheet.IVirtualGridContext Context { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.IVirtualGridContext | Gets or sets the context for the virtual grid that contains the range selection item. |
Gets or sets a value indicating whether the range selection item is frozen in the column direction.
public bool FrozenColumn { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the range selection item is frozen in the column direction. |
Gets or sets a value indicating whether the range selection item is frozen in the row direction.
public bool FrozenRow { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the range selection item is frozen in the row direction. |
Gets or sets a value indicating whether the range selection item is positioned on the left side of the spreadsheet.
public bool Left { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the range selection item is positioned on the left side of the spreadsheet. |
Gets or sets the range reference that defines the area of the range selection item in the spreadsheet.
public Documents.Spreadsheet.RangeRef Range { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.RangeRef | Gets or sets the range reference that defines the area of the range selection item in the spreadsheet. |
Gets or sets a value indicating whether the range selection item is positioned on the right side of the spreadsheet.
public bool Right { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the range selection item is positioned on the right side of the spreadsheet. |
Gets or sets a value indicating whether the range selection item is positioned at the top of the spreadsheet.
public bool Top { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the range selection item is positioned at the top of the spreadsheet. |
Gets or sets the sheet that contains the range selection item.
public Documents.Spreadsheet.Worksheet Worksheet { get; set; }
| Type | Description |
|---|---|
| Documents.Spreadsheet.Worksheet | Gets or sets the sheet that contains the range selection item. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |