[]
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
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. |