Represents a column header in a virtual grid, which can be used to display column titles or other information.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class VirtualColumnHeader : Spreadsheet.VirtualItemRepresents a column header in a virtual grid, which can be used to display column titles or other information.
public VirtualColumnHeader()Gets or sets the column index for the column header.
public int Column { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the column index for the column header. |
Gets or sets the frozen state of the column 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 column header, indicating whether it is frozen in the row or column direction. |