[]
Represents a collection of Row objects.
public class RowCollection : RowColCollection<Row>, IList<Row>, ICollection<Row>, IList, ICollection, IReadOnlyList<Row>, IReadOnlyCollection<Row>, IEnumerable<Row>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class RowCollection
Inherits RowColCollection(Of Row)
Implements IList(Of Row), ICollection(Of Row), IList, ICollection, IReadOnlyList(Of Row), IReadOnlyCollection(Of Row), IEnumerable(Of Row), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| Selected | Gets a list with the rows that are currently selected. |
| Name | Description |
|---|---|
| GetDataItems(CellRange) | Gets a collection of data items in a given CellRange. |
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |