Represents a virtual data item in a virtual grid, which can be a cell in the grid.
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class VirtualDataItem : Spreadsheet.VirtualItemRepresents a virtual data item in a virtual grid, which can be a cell in the grid.
public VirtualDataItem()Gets or sets the column index of the virtual data item.
public int Column { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the column index of the virtual data item. |
Gets or sets the frozen state of the virtual data item, 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 virtual data item, indicating whether it is frozen in the row or column direction. |
Gets or sets the row index of the virtual data item.
public int Row { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the row index of the virtual data item. |