VirtualColumnHeader Class

Represents a column header in a virtual grid, which can be used to display column titles or other information.

Inheritance

Object

Spreadsheet.VirtualItem

Spreadsheet.VirtualColumnHeader

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public class VirtualColumnHeader : Spreadsheet.VirtualItem

Constructors

VirtualColumnHeaderlink

Represents a column header in a virtual grid, which can be used to display column titles or other information.

Declaration
public VirtualColumnHeader()

Properties

Columnlink

Gets or sets the column index for the column header.

Declaration
public int Column { get; set; }
Property Value
Type Description
intGets or sets the column index for the column header.

FrozenStatelink

Gets or sets the frozen state of the column 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 column header, indicating whether it is frozen in the row or column direction.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙