-
Home
-
API
-
Avalonia.Controls.Models.TreeDataGrid
-
IRows
-
Methods
-
RealizeCell(IColumn, Int32, Int32)
RealizeCell(IColumn, Int32, Int32) Method
Definition
Realizes a cell model for display on-screen.
ICell RealizeCell(IColumn column, int columnIndex, int rowIndex)
Parameters
- columnIndex
- Int32
The index of the cell's column.
- rowIndex
- Int32
The index of the cell's row.
Returns