RealizeCell(IColumn, Int32, Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Realizes a cell model for display on-screen.

ICell RealizeCell(IColumn column, int columnIndex, int rowIndex)

Parameters

column
IColumn

The cell's column.

columnIndex
Int32

The index of the cell's column.

rowIndex
Int32

The index of the cell's row.

Returns