[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Data.RangeDataList

RangeDataList Class

Represents a data source which returns data from a cell range.

Inheritance
RangeDataList
Namespace: GrapeCity.Spreadsheet.Data
Assembly: GrapeCity.Spreadsheet.dll
Syntax
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

Constructors

Name Description
RangeDataList(WorksheetReference)

Initializes a new instance of the RangeDataList class.

Properties

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.