-
Home
-
API
-
Avalonia.Controls.Models.TreeDataGrid
-
IRows
-
Methods
-
UnrealizeCell(ICell, Int32, Int32)
UnrealizeCell(ICell, Int32, Int32) Method
Definition
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.