Represents a row header or column header in a virtual grid.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class VirtualRowHeader : Spreadsheet.VirtualItemRepresents a row header or column header in a virtual grid.
public VirtualRowHeader()Gets or sets the frozen state of the row header, indicating whether it is frozen in the row or column direction.
public Spreadsheet.FrozenState FrozenState { get; set; }
| Type | Description |
|---|---|
| Spreadsheet.FrozenState | Gets or sets the frozen state of the row header, indicating whether it is frozen in the row or column direction. |
Gets or sets the row index for the row header.
public int Row { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the row index for the row header. |