VirtualRowHeader Class

Represents a row header or column header in a virtual grid.

Inheritance

Object

Spreadsheet.VirtualItem

Spreadsheet.VirtualRowHeader

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class VirtualRowHeader : Spreadsheet.VirtualItem

Constructors

VirtualRowHeaderlink

Represents a row header or column header in a virtual grid.

Declaration
public VirtualRowHeader()

Properties

FrozenStatelink

Gets or sets the frozen state of the row header, indicating whether it is frozen in the row or column direction.

Declaration
public Spreadsheet.FrozenState FrozenState { get; set; }
Property Value
Type Description
Spreadsheet.FrozenStateGets or sets the frozen state of the row header, indicating whether it is frozen in the row or column direction.

Rowlink

Gets or sets the row index for the row header.

Declaration
public int Row { get; set; }
Property Value
Type Description
intGets or sets the row index for the row header.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙