[]
Represents a data source which returns data from a cell range.
public sealed class RangeDataList : IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable
Public NotInheritable Class RangeDataList
Implements IList(Of String), ICollection(Of String), IEnumerable(Of String), IEnumerable
Name | Description |
---|---|
RangeDataList(WorksheetReference) | Initializes a new instance of the RangeDataList class. |
Name | Description |
---|---|
Count | Gets the number of elements contained in the range list. |
IsReadOnly | Gets a value indicating whether the range list is read-only. |