UnrealizeCell(ICell, Int32, Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Unrealizes a cell model realized with RealizeCell(IColumn, Int32, Int32).

void UnrealizeCell(ICell cell, int columnIndex, int rowIndex)

Parameters

cell
ICell

The cell model.

columnIndex
Int32

The index of the cell's column.

rowIndex
Int32

The index of the cell's row.