Represents a collection of rows in an ITreeDataGridSource.
public interface IRows : IReadOnlyList<IRow>, IReadOnlyCollection<IRow>, IEnumerable<IRow>, IEnumerable, INotifyCollectionChanged
Note that items retrieved from an IRows collection may be reused, so the IRow should be treated as valid only until the next item is retrieved from the collection.
kind:method, kind:property, kind:ctor. Press Esc to clear.GetRowAt(Double)Gets the index and Y position of the row at the specified Y position, if it can be calculated.ModelIndexToRowIndex(IndexPath)Given a model index, returns an index into Rows.RealizeCell(IColumn, Int32, Int32)Realizes a cell model for display on-screen.RowIndexToModelIndex(Int32)Given a row index, returns a model index.UnrealizeCell(ICell, Int32, Int32)Unrealizes a cell model realized with RealizeCell(IColumn, Int32, Int32).