[]
Gets a collection of table rows associated with this detail instance.
IItemCollection<ITableRow> Rows { get; }
| Type | Description |
|---|---|
| IItemCollection<ITableRow> | An IItemCollection<T> of ITableRow representing the rows associated with this detail instance. |