Represents a cell in a TreeDataGrid.
public readonly record struct CellIndex(int ColumnIndex, IndexPath RowIndex) : IEquatable<CellIndex>
kind:method, kind:property, kind:ctor. Press Esc to clear.CellIndex(Int32, IndexPath)Represents a cell in a TreeDataGrid.ColumnIndexThe index of the cell in the Columns collection.RowIndexThe hierarchical index of the row model in the data source.